C# Class Espresso.JsFunction

Inheritance: IDisposable
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Invoke ( ) : object
JsFunction ( Espresso.JsContext context, IntPtr funcPtr, IntPtr thisPtr ) : System
MakeDelegate ( Type targetDelegateType ) : Delegate

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
JsFunction ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Invoke() public method

public Invoke ( ) : object
return object

JsFunction() public method

public JsFunction ( Espresso.JsContext context, IntPtr funcPtr, IntPtr thisPtr ) : System
context Espresso.JsContext
funcPtr System.IntPtr
thisPtr System.IntPtr
return System

MakeDelegate() public method

public MakeDelegate ( Type targetDelegateType ) : Delegate
targetDelegateType System.Type
return System.Delegate