dwActiveProcessorMask | Specifies a mask representing the set of processors configured into the system. Bit 0 is processor 0; bit 31 is processor 31. |
dwAllocationGranularity | Specifies the granularity with which virtual memory is allocated. |
dwNumberOfProcessors | Specifies the number of processors in the system. |
dwPageSize | Specifies the page size and the granularity of page protection and commitment. |
dwProcessorType | Specifies the type of processor in the system. |
lpMaximumApplicationAddress | Pointer to the highest memory address accessible to applications and DLLs. |
lpMinimumApplicationAddress | Pointer to the lowest memory address accessible to applications and dynamic-link libraries (DLLs). |
wProcessorArchitecture | Processor architecture |
wProcessorLevel | Specifies the system’s architecture-dependent processor level. |
wProcessorRevision | Specifies an architecture-dependent processor revision. |
Equals (inherited from ValueType) | Indicates whether this instance and a specified object are equal. |
GetHashCode (inherited from ValueType) | Returns the hash code for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from ValueType) | Returns the fully qualified type name of this instance. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SYSTEM_INFO Class | OpenNETCF.Desktop.Communication Namespace