TestRunConfiguration.HostProcessPlatform (Propiedad)

Obtiene o establece la arquitectura del procesador del sistema host.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public Property HostProcessPlatform As ProcessorArchitecture
public ProcessorArchitecture HostProcessPlatform { get; set; }
public:
property ProcessorArchitecture HostProcessPlatform {
    ProcessorArchitecture get ();
    void set (ProcessorArchitecture value);
}
member HostProcessPlatform : ProcessorArchitecture with get, set
function get HostProcessPlatform () : ProcessorArchitecture
function set HostProcessPlatform (value : ProcessorArchitecture)

Valor de propiedad

Tipo: System.Reflection.ProcessorArchitecture
Arquitectura del procesador.

Excepciones

Excepción Condición
HostProcessorPlatformMustBeMSILOrX86

La arquitectura del procesador no coincide con MSIL o X86.

Seguridad de .NET Framework

Vea también

Referencia

TestRunConfiguration Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

ProcessorArchitecture