DotNetFrameworkArchitecture Enum

Definition

Used to specify the targeted bitness of the .NET Framework for some methods of ToolLocationHelper

public enum class DotNetFrameworkArchitecture
public enum DotNetFrameworkArchitecture
type DotNetFrameworkArchitecture = 
Public Enum DotNetFrameworkArchitecture
Inheritance
DotNetFrameworkArchitecture

Fields

Bitness32 1

Indicates the 32-bit .NET Framework

Bitness64 2

Indicates the 64-bit .NET Framework

Current 0

Indicates the .NET Framework that is currently being run under.

Applies to