Method | Description | |
---|---|---|
JSBinder ( ) : System |
Creates a new JSBinder instance.
|
|
JSBinder ( IEnumerable |
Creates a new JSBinder instance.
|
Method | Description | |
---|---|---|
GenerateStub ( |
Generates a method that does type conversion and calls the bound method.
|
Method | Description | |
---|---|---|
EmitTypeConversion ( |
Pops the value on the stack, converts it from one type to another, then pushes the result onto the stack. Undefined is converted to the given default value.
|
|
EmitTypeConversion ( |
Pops the value on the stack, converts it from one type to another, then pushes the result onto the stack.
|
|
EmitUndefined ( |
Pushes the result of converting
|
protected GenerateStub ( |
||
generator | The ILGenerator used to output the body of the method. | |
argumentCount | int | The number of arguments that will be passed to the delegate. |
return | void |
public JSBinder ( IEnumerable |
||
targetMethods | IEnumerable |
An enumerable list of methods to bind to. |
return | System |