MethodData Class
Contains information about a WMI method.
Assembly: System.Management (in System.Management.dll)
| Name | Description | |
|---|---|---|
![]() | InParameters | Gets the input parameters to the method. Each parameter is described as a property in the object. If a parameter is both in and out, it appears in both the InParameters and OutParameters properties. |
![]() | Name | Gets the name of the method. |
![]() | Origin | Gets the name of the management class in which the method was first introduced in the class inheritance hierarchy. |
![]() | OutParameters | Gets the output parameters to the method. Each parameter is described as a property in the object. If a parameter is both in and out, it will appear in both the InParameters and OutParameters properties. |
![]() | Qualifiers | Gets a collection of qualifiers defined in the method. Each element is of type QualifierData and contains information such as the qualifier name, value, and flavor. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The following example lists information about the Win32_Process.Create method using the MethodData class. For more information on the Win32_Process class, see the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


