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 |
public Invoke ( object target, object args ) : object | ||
target | object | |
args | object | |
return | object |
public InvokeDoIt ( object target, object args ) : object | ||
target | object | |
args | object | |
return | object |
public InvokeVoid ( object target, object args ) : object | ||
target | object | |
args | object | |
return | object |
public InvokeWithOut ( object target, object args ) : object | ||
target | object | |
args | object | |
return | object |
public InvokeWithRef ( object target, object args ) : object | ||
target | object | |
args | object | |
return | object |