MethodData Properties
.NET Framework 4.5
The MethodData type exposes the following members.
| 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. |