Method | Description | |
---|---|---|
Dynamic ( System.Runtime.CompilerServices.CallSiteBinder binder, |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. The |
|
Dynamic ( System.Runtime.CompilerServices.CallSiteBinder binder, |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. The |
|
Dynamic ( System.Runtime.CompilerServices.CallSiteBinder binder, |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. The |
|
Dynamic ( System.Runtime.CompilerServices.CallSiteBinder binder, |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. The |
|
Dynamic ( System.Runtime.CompilerServices.CallSiteBinder binder, |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. The |
|
Dynamic ( System.Runtime.CompilerServices.CallSiteBinder binder, |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. The |
|
MakeDynamic ( |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.
|
|
MakeDynamic ( |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder and one argument.
|
|
MakeDynamic ( |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder and two arguments.
|
|
MakeDynamic ( |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder and three arguments.
|
|
MakeDynamic ( |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder and four arguments.
|
|
MakeDynamic ( |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.
|
Method | Description | |
---|---|---|
GetValidMethodForDynamic ( |
||
MakeDynamic ( System.Runtime.CompilerServices.CallSiteBinder binder, |
||
ValidateDynamicArgument ( Expression arg, string paramName ) : void | ||
ValidateDynamicArgument ( Expression arg, string paramName, int index ) : void |
public static Dynamic ( System.Runtime.CompilerServices.CallSiteBinder binder, |
||
binder | System.Runtime.CompilerServices.CallSiteBinder | The runtime binder for the dynamic operation. |
returnType | The result type of the dynamic expression. | |
return |
public static Dynamic ( System.Runtime.CompilerServices.CallSiteBinder binder, |
||
binder | System.Runtime.CompilerServices.CallSiteBinder | The runtime binder for the dynamic operation. |
returnType | The result type of the dynamic expression. | |
arg0 | The first argument to the dynamic operation. | |
return |
public static Dynamic ( System.Runtime.CompilerServices.CallSiteBinder binder, |
||
binder | System.Runtime.CompilerServices.CallSiteBinder | The runtime binder for the dynamic operation. |
returnType | The result type of the dynamic expression. | |
arg0 | The first argument to the dynamic operation. | |
arg1 | The second argument to the dynamic operation. | |
return |
public static Dynamic ( System.Runtime.CompilerServices.CallSiteBinder binder, |
||
binder | System.Runtime.CompilerServices.CallSiteBinder | The runtime binder for the dynamic operation. |
returnType | The result type of the dynamic expression. | |
arg0 | The first argument to the dynamic operation. | |
arg1 | The second argument to the dynamic operation. | |
arg2 | The third argument to the dynamic operation. | |
return |
public static Dynamic ( System.Runtime.CompilerServices.CallSiteBinder binder, |
||
binder | System.Runtime.CompilerServices.CallSiteBinder | The runtime binder for the dynamic operation. |
returnType | The result type of the dynamic expression. | |
arg0 | The first argument to the dynamic operation. | |
arg1 | The second argument to the dynamic operation. | |
arg2 | The third argument to the dynamic operation. | |
arg3 | The fourth argument to the dynamic operation. | |
return |
public static Dynamic ( System.Runtime.CompilerServices.CallSiteBinder binder, |
||
binder | System.Runtime.CompilerServices.CallSiteBinder | The runtime binder for the dynamic operation. |
returnType | The result type of the dynamic expression. | |
arguments | IEnumerable |
The arguments to the dynamic operation. |
return |
public static MakeDynamic ( |
||
delegateType | The type of the delegate used by the |
|
binder | System.Runtime.CompilerServices.CallSiteBinder | The runtime binder for the dynamic operation. |
return |
public static MakeDynamic ( |
||
delegateType | The type of the delegate used by the |
|
binder | System.Runtime.CompilerServices.CallSiteBinder | The runtime binder for the dynamic operation. |
arg0 | The argument to the dynamic operation. | |
return |
public static MakeDynamic ( |
||
delegateType | The type of the delegate used by the |
|
binder | System.Runtime.CompilerServices.CallSiteBinder | The runtime binder for the dynamic operation. |
arg0 | The first argument to the dynamic operation. | |
arg1 | The second argument to the dynamic operation. | |
return |
public static MakeDynamic ( |
||
delegateType | The type of the delegate used by the |
|
binder | System.Runtime.CompilerServices.CallSiteBinder | The runtime binder for the dynamic operation. |
arg0 | The first argument to the dynamic operation. | |
arg1 | The second argument to the dynamic operation. | |
arg2 | The third argument to the dynamic operation. | |
return |
public static MakeDynamic ( |
||
delegateType | The type of the delegate used by the |
|
binder | System.Runtime.CompilerServices.CallSiteBinder | The runtime binder for the dynamic operation. |
arg0 | The first argument to the dynamic operation. | |
arg1 | The second argument to the dynamic operation. | |
arg2 | The third argument to the dynamic operation. | |
arg3 | The fourth argument to the dynamic operation. | |
return |
public static MakeDynamic ( |
||
delegateType | The type of the delegate used by the |
|
binder | System.Runtime.CompilerServices.CallSiteBinder | The runtime binder for the dynamic operation. |
arguments | IEnumerable |
The arguments to the dynamic operation. |
return |