ParametersForMethod represents the association between MethodParameters classes and a ManagedElement that has a method that can use the MethodParameters during its invocation. This association is optional. The Method Parameters instance can be passed as a parameter to a method or used to create a method signature before the method is invoked. This association is useful for finding all the valid MethodParameters instances for a particular method. It might be particularly useful for user-oriented interfaces and automated or policy driven method invocations. |
Qualifiers:Version ( "2.10.0" ) Association |
Parameters (local in grey) |
| Key CIM_MethodParameters REF Parameters ; The MethodParameters instance, which can be used by the ParametersForMethod's method invocation. | MaxLen ( 64 ) Key string MethodName ; The name of the method that can use the referenced instance of MethodParameters during its invocation. | Key CIM_ManagedElement REF TheMethod ; The ManagedElement that has a method that can use this instance of MethodParameters. |
| |
| | |