C# Class Espresso.JsFunction

Inheritance: IDisposable
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
JsFunction ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Invoke() public méthode

public Invoke ( ) : object
Résultat object

JsFunction() public méthode

public JsFunction ( Espresso.JsContext context, IntPtr funcPtr, IntPtr thisPtr ) : System
context Espresso.JsContext
funcPtr System.IntPtr
thisPtr System.IntPtr
Résultat System

MakeDelegate() public méthode

public MakeDelegate ( Type targetDelegateType ) : Delegate
targetDelegateType System.Type
Résultat System.Delegate