Property | Type | Description | |
---|---|---|---|
CreateContext | Func | ||
CreateStatic | InvokeContext>.Func | ||
CreateStaticWithContext | Func |
Method | Description | |
---|---|---|
InvokeContext ( |
Initializes a new instance of the InvokeContext class.
|
|
InvokeContext ( object target, object context ) : System |
Initializes a new instance of the InvokeContext class.
|
public InvokeContext ( |
||
target | The target. | |
staticContext | bool | if set to |
context | object | The context. |
return | System |
public InvokeContext ( object target, object context ) : System | ||
target | object | The target. |
context | object | The context. |
return | System |
public static Func |
||
return | InvokeContext>.Func |