Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestRunConfiguration::HostProcessPlatform Property

 

Gets or sets the processor architecture of the host system.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
property ProcessorArchitecture HostProcessPlatform {
	ProcessorArchitecture get();
	void set(ProcessorArchitecture value);
}

Property Value

Type: System.Reflection::ProcessorArchitecture

The processor architecture.

Exception Condition
T:Messages.Common.HostProcessorPlatformMustBeMSILOrX86

Processor architecture not equal to MSIL or X86.

Return to top
Show: