ManagementHostingModel Enum

Definition

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
ManagementHostingModel

Fields

Decoupled 0

Activates the provider as a decoupled provider.

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.

NetworkService 1

Activates the provider in the provider host process that is running under the NetworkService account.

Remarks

To learn more about WMI provider hosting models, see the Provider Hosting and Security topic on MSDN online.

Applies to