Expand Minimize
This topic has not yet been rated - Rate this topic

Win32_MethodParameterClass class

The Win32_MethodParameterClass abstract, base WMI class derives any class defined as a container of parameter values that will be passed to a method. Having no properties of its own, this class serves as a classification node. A similar example is CIM_PhysicalElement. Derivation from CIM_PhysicalElement indicates that the class describes a physical rather than logical entity. In the case of Win32_MethodParameterClass, classes derived from it are created specifically to pass parameters to a method.

Syntax

class Win32_MethodParameterClass
{
};

Members

The Win32_MethodParameterClass class does not define any members.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Namespace

\root\CIMV2

MOF

Cimwin32.mof

DLL

Cimwin32.dll

See also

WMI Service Management Classes

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.