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.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: property ProcessorArchitecture HostProcessPlatform { ProcessorArchitecture get(); void set(ProcessorArchitecture value); }
| Exception | Condition |
|---|---|
| T:Messages.Common.HostProcessorPlatformMustBeMSILOrX86 | Processor architecture not equal to MSIL or X86. |
Show: