RuntimeInformation.OSArchitecture Propiedad

Definición

Obtiene la arquitectura de la plataforma en la que se ejecuta la aplicación actual.

public:
 static property System::Runtime::InteropServices::Architecture OSArchitecture { System::Runtime::InteropServices::Architecture get(); };
public static System.Runtime.InteropServices.Architecture OSArchitecture { get; }
member this.OSArchitecture : System.Runtime.InteropServices.Architecture
Public Shared ReadOnly Property OSArchitecture As Architecture

Valor de propiedad

Architecture

Arquitectura de la plataforma en la que se ejecuta la aplicación actual.

Se aplica a