C# Class Mosa.HardwareSystem.DeviceDriverPhysicalMemoryAttribute

Inheritance: System.Attribute
Show file Open project: tgiphil/MOSA-Project Class Usage Examples

Public Properties

Property Type Description
MemoryAlignment uint
MemorySize uint
RestrictUnder16M bool
RestrictUnder4G bool

Property Details

MemoryAlignment public property

public uint MemoryAlignment
return uint

MemorySize public property

public uint MemorySize
return uint

RestrictUnder16M public property

public bool RestrictUnder16M
return bool

RestrictUnder4G public property

public bool RestrictUnder4G
return bool