Method | Description | |
---|---|---|
GetArguments ( int argumentCount ) : IEnumerable |
Gets an enumerable list of argument objects, equal in size to argumentCount.
|
|
JSBinderMethod ( |
Creates a new FunctionBinderMethod instance.
|
Method | Description | |
---|---|---|
GetParameters ( ) : System.Reflection.ParameterInfo[] |
Gets an array of method parameters.
|
Method | Description | |
---|---|---|
Init ( JSFunctionFlags flags ) : void |
Creates a new FunctionBinderMethod instance.
|
public GetArguments ( int argumentCount ) : IEnumerable |
||
argumentCount | int | The number of arguments to return. |
return | IEnumerable |
protected GetParameters ( ) : System.Reflection.ParameterInfo[] | ||
return | System.Reflection.ParameterInfo[] |
public JSBinderMethod ( |
||
method | The method to call. | |
flags | JSFunctionFlags | Flags that modify the binding process. |
return | System |