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; }
member this.CurrentProcessArchitecture : string
Public Shared ReadOnly Property CurrentProcessArchitecture As String

Property Value

String

A string containing the processor architecture value.

Applies to