Table of Contents

Enum VSTestPlatform

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Process architectures supported by VSTest's platform option.

public enum VSTestPlatform

Fields

Arm = 2

ARM; runner support depends on the installed toolset.

X64 = 1

64-bit x86.

X86 = 0

32-bit x86.