This documentation is archived and is not being maintained.

ManagementHostingModel Enumeration

Defines values that specify the hosting model for the provider.

Namespace:  System.Management.Instrumentation
Assembly:  System.Core (in System.Core.dll)

'Declaration
Public Enumeration ManagementHostingModel
'Usage
Dim instance As ManagementHostingModel

Member nameDescription
DecoupledActivates the provider as a decoupled provider.
NetworkServiceActivates the provider in the provider host process that is running under the NetworkService account.
LocalServiceActivates the provider in the provider host process that is running under the LocalService account.
LocalSystemActivates the provider in the provider host process that is running under the LocalSystem account.

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

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: