C# Class Mosa.HardwareSystem.DeviceDriverPhysicalMemoryAttribute

Inheritance: System.Attribute
显示文件 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_oe property

public uint MemoryAlignment
return uint

MemorySize public_oe property

public uint MemorySize
return uint

RestrictUnder16M public_oe property

public bool RestrictUnder16M
return bool

RestrictUnder4G public_oe property

public bool RestrictUnder4G
return bool