C# Class Spring.Reflection.Dynamic.InstanceMethod

Inheritance: IDynamicMethod
ファイルを表示 Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
Invoke ( object target, object args ) : object
InvokeDoIt ( object target, object args ) : object
InvokeVoid ( object target, object args ) : object
InvokeWithOut ( object target, object args ) : object
InvokeWithRef ( object target, object args ) : object

Method Details

Invoke() public method

public Invoke ( object target, object args ) : object
target object
args object
return object

InvokeDoIt() public method

public InvokeDoIt ( object target, object args ) : object
target object
args object
return object

InvokeVoid() public method

public InvokeVoid ( object target, object args ) : object
target object
args object
return object

InvokeWithOut() public method

public InvokeWithOut ( object target, object args ) : object
target object
args object
return object

InvokeWithRef() public method

public InvokeWithRef ( object target, object args ) : object
target object
args object
return object