ManagedCommonProvider Class

Definition

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

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 ref class ManagedCommonProvider
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("54D8502C-527D-43f7-A506-A9DA075E229C")]
public class ManagedCommonProvider
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("2A7B042D-578A-4366-9A3D-154C0498458E")]
public class ManagedCommonProvider
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("54D8502C-527D-43f7-A506-A9DA075E229C")>]
type ManagedCommonProvider = class
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("2A7B042D-578A-4366-9A3D-154C0498458E")>]
type ManagedCommonProvider = class
Public Class ManagedCommonProvider
Inheritance
ManagedCommonProvider
Attributes

Constructors

ManagedCommonProvider()

This is the parameterless constructor for ManagedCommonProvider which is used internally by the WMI.NET Provider Extensions infrastructure.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to