__MethodProviderRegistration class

The __MethodProviderRegistration system class registers method providers with WMI.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class __MethodProviderRegistration : __ProviderRegistration
{
  __Provider REF provider;
};

Members

The __MethodProviderRegistration class has these types of members:

Properties

The __MethodProviderRegistration class has these properties.

provider

Data type: __Provider

Access type: Read-only

Reference to an instance of __Provider that represents the object path of the method provider. This property is inherited from __ProviderRegistration.

Remarks

The __MethodProviderRegistration class is derived from __ProviderRegistration. Only administrators can register or delete a method provider by creating an instance of __Win32Provider and __MethodProviderRegistration.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
All WMI namespaces

See also

__ProviderRegistration

WMI System Classes

Registering a Method Provider