메소드 | 설명 | |
---|---|---|
Invoke ( object target ) : object | ||
Invoke ( object target, object param ) : object | ||
MethodAccessor ( |
Initializes a new instance of the MethodAccessor class.
|
메소드 | 설명 | |
---|---|---|
FindMethod ( BindingFlags flags ) : |
||
MethodAccessor ( ) : System |
Initializes the MethodAccessor class.
|
public Invoke ( object target, object param ) : object | ||
target | object | |
param | object | |
리턴 | object |
public MethodAccessor ( |
||
methodTargetType | Type of the method target. | |
methodName | string | Name of the method. |
리턴 | System |