ManagementHostingModel Enumeration
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.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| Decoupled | Activates the provider as a decoupled provider. | |
| LocalService | Activates the provider in the provider host process that is running under the LocalService account. | |
| LocalSystem | Activates the provider in the provider host process that is running under the LocalSystem account. | |
| NetworkService | Activates the provider in the provider host process that is running under the NetworkService account. |
To learn more about WMI provider hosting models, see the Provider Hosting and Security topic on MSDN online.
Available since 3.5