OpenNETCF Smart Device Framework 2.3
This structure contains information about the current computer system. This includes the processor type, page size, memory addresses, and OEM identifier.

Namespace:  OpenNETCF.WindowsCE
Assembly:  OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0

Syntax

C#
public struct SystemInfo
Visual Basic (Declaration)
Public Structure SystemInfo
Visual Basic (Usage)
Dim instance As SystemInfo
Visual C++
public value class SystemInfo
J#
public final class SystemInfo extends ValueType
JScript
JScript supports the use of structures, but not the declaration of new ones.
JavaScript
JavaScript supports the use of structures, but not the declaration of new ones.

See Also

NativeMethodsGetSystemInfo(SystemInfo%)