AddressRange Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public struct AddressRange
type AddressRange = struct
Public Structure AddressRange
- Inheritance
-
AddressRange
Constructors
AddressRange(Address, Address) | |
AddressRange(Address, Int64) |
Properties
BaseAddress |
Gets the base address, which may be above or below the limit address. |
LimitAddress |
Gets the limit address, which may be above or below the base address. |
Size |