ManagedCommonProvider Class (System.Management.Instrumentation)

Switch View :
ScriptFree
.NET Framework Class Library
ManagedCommonProvider Class

The class is used internally by the WMI.NET Provider Extensions infrastructure.

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

Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("54D8502C-527D-43f7-A506-A9DA075E229C")> _
Public Class ManagedCommonProvider
Visual Basic (Usage)
Dim instance As ManagedCommonProvider
C#
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("54D8502C-527D-43f7-A506-A9DA075E229C")]
public class ManagedCommonProvider
Visual C++
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"54D8502C-527D-43f7-A506-A9DA075E229C")]
public ref class ManagedCommonProvider
JScript
public class ManagedCommonProvider
Inheritance Hierarchy

System.Object
  System.Management.Instrumentation.ManagedCommonProvider
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

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.
Version Information

.NET Framework

Supported in: 3.5
See Also

Reference