메소드 | 설명 | |
---|---|---|
CacheableInvocation ( InvocationKind kind, |
Initializes a new instance of the CacheableInvocation class.
|
|
CreateCall ( InvocationKind kind, |
Creates the cacheable method or indexer or property call.
|
|
CreateConvert ( |
Creates the cacheable convert call.
|
|
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.
|
|
Invoke ( object target ) : object |
Invokes the invocation on specified target with specific args.
|
public CacheableInvocation ( InvocationKind kind, |
||
kind | InvocationKind | The kind. |
name | The name. | |
argCount | int | The arg count. |
argNames | string | The arg names. |
context | object | The context. |
convertType | Type of the convert. | |
convertExplicit | bool | if set to |
storedArgs | object | The stored args. |
리턴 | System |
public static CreateCall ( InvocationKind kind, |
||
kind | InvocationKind | The kind. |
name | The name. | |
callInfo | The callInfo. | |
context | object | The context. |
리턴 |
public static CreateConvert ( |
||
convertType | Type of the convert. | |
convertExplicit | bool | if set to |
리턴 |
public Equals ( |
||
other | The other. | |
리턴 | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
리턴 | bool |