C# Class Jint.Marshal.JsFunctionDelegate

Mostra file Open project: joelmartinez/Jint.Phone

Public Methods

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

Method Details

GetDelegate() public method

public GetDelegate ( ) : Delegate
return System.Delegate

JsFunctionDelegate() public method

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