ManagementHostingModel 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.
Defines values that specify the hosting model for the provider.
Note: the WMI .NET libraries are now considered in final state, and no further development, enhancements, or updates will be available for non-security related issues affecting these libraries. The MI APIs should be used for all new development.
public enum class ManagementHostingModel
public enum ManagementHostingModel
type ManagementHostingModel =
Public Enum ManagementHostingModel
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Decoupled | 0 | Activates the provider as a decoupled provider. |
NetworkService | 1 | Activates the provider in the provider host process that is running under the NetworkService account. |
LocalService | 2 | Activates the provider in the provider host process that is running under the LocalService account. |
LocalSystem | 3 | Activates the provider in the provider host process that is running under the LocalSystem account. |
Remarks
To learn more about WMI provider hosting models, see the Provider Hosting and Security topic on MSDN online.