Property | Type | Description | |
---|---|---|---|
IsMono | bool |
Method | Description | |
---|---|---|
FixContext ( this context ) : |
Fixes the context.
|
|
GetTargetContext ( this target, |
Gets the target context.
|
|
IsAnonymousType ( object target ) : bool |
Determines whether [is anonymous type] [the specified target].
|
|
NameArgsIfNecessary ( |
Names the args if necessary.
|
Method | Description | |
---|---|---|
GetArgsAndNames ( object args, string &argNames ) : object[] | ||
MassageResultBasedOnInterface ( this target, string binderName, bool resultFound, object &result ) : bool | ||
Util ( ) : System |
public static FixContext ( this context ) : |
||
context | this | The context. |
return |
public static GetTargetContext ( this target, |
||
target | this | The target. |
context | The context. | |
staticContext | bool | if set to |
return | object |
public static IsAnonymousType ( object target ) : bool | ||
target | object | The target. |
return | bool |
public static NameArgsIfNecessary ( |
||
callInfo | The call info. | |
args | object | The args. |
return | object[] |