C# Class Win32.SYSTEM_INFO

ファイルを表示 Open project: ufasoft/coin Class Usage Examples

Public Properties

Property Type Description
ProcessorInformation InternalSYSTEM_INFO
dwActiveProcessorMask int
dwAllocationGranularity int
dwNumberOfProcessors int
dwPageSize int
dwProcessorLevel int
dwProcessorRevision int
dwProcessorType int
lpMaximumApplicationAddress int
lpMinimumApplicationAddress int

Property Details

ProcessorInformation public_oe property

public InternalSYSTEM_INFO,Win32 ProcessorInformation
return InternalSYSTEM_INFO

dwActiveProcessorMask public_oe property

public int dwActiveProcessorMask
return int

dwAllocationGranularity public_oe property

public int dwAllocationGranularity
return int

dwNumberOfProcessors public_oe property

public int dwNumberOfProcessors
return int

dwPageSize public_oe property

public int dwPageSize
return int

dwProcessorLevel public_oe property

public int dwProcessorLevel
return int

dwProcessorRevision public_oe property

public int dwProcessorRevision
return int

dwProcessorType public_oe property

public int dwProcessorType
return int

lpMaximumApplicationAddress public_oe property

public int lpMaximumApplicationAddress
return int

lpMinimumApplicationAddress public_oe property

public int lpMinimumApplicationAddress
return int