Processor.AddressWidth Property
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.
Address width of the processor
public:
property Nullable<System::UInt16> AddressWidth { Nullable<System::UInt16> get(); };
public ushort? AddressWidth { get; }
member this.AddressWidth : Nullable<uint16>
Public ReadOnly Property AddressWidth As Nullable(Of UShort)