DotNetFrameworkArchitecture Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Current | 0 | Indicates the .NET Framework that is currently being run under. |
Bitness32 | 1 | Indicates the 32-bit .NET Framework |
Bitness64 | 2 | Indicates the 64-bit .NET Framework |