Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
The equals.
|
|
GetHashCode ( ) : int |
The get hash code.
|
|
InvokeMethod ( ) : object |
The invoke method.
|
|
SimpleMethodInvoker ( object targetObject, |
Initializes a new instance of the SimpleMethodInvoker class.
|
|
SimpleMethodInvoker ( object targetObject, string methodName ) : System |
Initializes a new instance of the SimpleMethodInvoker class.
|
Method | Description | |
---|---|---|
ExtractTarget ( object target, |
public SimpleMethodInvoker ( object targetObject, |
||
targetObject | object | The target object. |
method | The method. | |
return | System |
public SimpleMethodInvoker ( object targetObject, string methodName ) : System | ||
targetObject | object | The target object. |
methodName | string | The method name. |
return | System |