ProviderArchitecture 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.
The ProviderArchitecture enumeration contains values that are used to specify the Windows Management Instrumentation (WMI) provider architecture.
public enum class ProviderArchitecture
public enum ProviderArchitecture
type ProviderArchitecture =
Public Enum ProviderArchitecture
- Inheritance
-
ProviderArchitecture
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default architecture. |
Use32bit | 32 | The WMI provider architecture is 32-bit. |
Use64bit | 64 | The WMI Provider architecture is 64-bit. |