C# Class Pluton.JSPlugin

Inheritance: BasePlugin
Afficher le fichier Open project: Notulp/Pluton

Méthodes publiques

Свойство Type Description
Engine Jint.JintEngine
Program Jint.Expressions.Program

Méthodes publiques

Méthode Description
GetGlobalObject ( string identifier ) : object
Invoke ( string func ) : object

Invoke the specified method and args.

JSPlugin ( string name, string code, DirectoryInfo rootdir ) : System

Initializes a new instance of the Pluton.JSPlugin class.

Load ( string code = "" ) : void
importClass ( string type ) : Jint.Native.JsInstance

Method Details

GetGlobalObject() public méthode

public GetGlobalObject ( string identifier ) : object
identifier string
Résultat object

Invoke() public méthode

Invoke the specified method and args.
public Invoke ( string func ) : object
func string Func.
Résultat object

JSPlugin() public méthode

Initializes a new instance of the Pluton.JSPlugin class.
public JSPlugin ( string name, string code, DirectoryInfo rootdir ) : System
name string Name.
code string Code.
rootdir System.IO.DirectoryInfo Rootdir.
Résultat System

Load() public méthode

public Load ( string code = "" ) : void
code string
Résultat void

importClass() public méthode

public importClass ( string type ) : Jint.Native.JsInstance
type string
Résultat Jint.Native.JsInstance

Property Details

Engine public_oe property

public JintEngine,Jint Engine
Résultat Jint.JintEngine

Program public_oe property

public Program,Jint.Expressions Program
Résultat Jint.Expressions.Program