Property | Type | Description | |
---|---|---|---|
ConstructorBinderName | string | ||
ExplicitConvertBinderName | string | ||
ImplicitConvertBinderName | string | ||
IndexBinderName | string |
Method | Description | |
---|---|---|
Create ( InvocationKind kind, |
Creates the invocation.
|
|
Equals ( |
Equalses the specified other.
|
|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to this instance.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
Invocation ( InvocationKind kind, |
Initializes a new instance of the Invocation class.
|
|
Invoke ( object target ) : object |
Invokes the invocation on specified target with specific args.
|
|
InvokeWithStoredArgs ( object target ) : object |
Invokes the invocation on specified target.
|
public static Create ( InvocationKind kind, |
||
kind | InvocationKind | The kind. |
name | The name. | |
return |
public Equals ( |
||
other | The other. | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public Invocation ( InvocationKind kind, |
||
kind | InvocationKind | The kind. |
name | The name. | |
return | System |
public Invoke ( object target ) : object | ||
target | object | The target. |
return | object |
public InvokeWithStoredArgs ( object target ) : object | ||
target | object | The target. |
return | object |
public static string ConstructorBinderName | ||
return | string |
public static string ExplicitConvertBinderName | ||
return | string |
public static string ImplicitConvertBinderName | ||
return | string |