ComputerInfo.OsArchitecture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Architecture of the operating system, as opposed to the processor
public:
property System::String ^ OsArchitecture { System::String ^ get(); };
public:
property Platform::String ^ OsArchitecture { Platform::String ^ get(); };
public string OsArchitecture { get; }
member this.OsArchitecture : string
Public ReadOnly Property OsArchitecture As String