ProviderArchitecture 枚举

定义

ProviderArchitecture 枚举包含用来指定 Windows Management Instrumentation (WMI) 提供程序体系结构的值。

public enum class ProviderArchitecture
public enum ProviderArchitecture
type ProviderArchitecture = 
Public Enum ProviderArchitecture
继承
ProviderArchitecture

字段

Default 0

默认体系结构。

Use32bit 32

WMI 提供程序体系结构为 32 位。

Use64bit 64

WMI 提供程序体系结构为 64 位。

适用于