ProcessorArchitecture.CurrentProcessArchitecture Property

Definition

Lazy-initted property for getting the architecture of the currently running process

public:
 static property System::String ^ CurrentProcessArchitecture { System::String ^ get(); };
public static string CurrentProcessArchitecture { get; }
static member CurrentProcessArchitecture : string
Public Shared ReadOnly Property CurrentProcessArchitecture As String

Property Value

A string containing the processor architecture value.

Applies to