Click or drag to resize

MachineArchitecture Class

This static class contains members to check if the operating system supports 64Bit code.
Inheritance Hierarchy
SystemObject
  Mastersign.Bench.WindowsMachineArchitecture

Namespace:  Mastersign.Bench.Windows
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static class MachineArchitecture

The MachineArchitecture type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberIs64BitOperatingSystem
Is set true if the executing operating system supports 64Bit code; otherwise it is set to false.
Top
See Also