C# Class Jint.Marshal.JsFunctionDelegate

Afficher le fichier Open project: joelmartinez/Jint.Phone

Méthodes publiques

Méthode Description
GetDelegate ( ) : Delegate
JsFunctionDelegate ( IJintVisitor visitor, JsFunction function, JsDictionaryObject that, Type delegateType ) : System

Method Details

GetDelegate() public méthode

public GetDelegate ( ) : Delegate
Résultat System.Delegate

JsFunctionDelegate() public méthode

public JsFunctionDelegate ( IJintVisitor visitor, JsFunction function, JsDictionaryObject that, Type delegateType ) : System
visitor IJintVisitor
function Jint.Native.JsFunction
that JsDictionaryObject
delegateType System.Type
Résultat System