C# 클래스 Rhino.NativeScript

상속: BaseFunction
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
Construct ( Context cx, Scriptable scope, object args ) : Scriptable
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetArity ( ) : int
GetClassName ( ) : string

Returns the name of this JavaScript class, "Script".

Returns the name of this JavaScript class, "Script".

GetLength ( ) : int

보호된 메소드들

메소드 설명
FindPrototypeId ( string s ) : int
InitPrototypeId ( int id ) : void

비공개 메소드들

메소드 설명
Compile ( Context cx, string source ) : System.Script
Decompile ( int indent, int flags ) : string
Init ( Scriptable scope, bool @sealed ) : void
NativeScript ( System.Script script ) : System
RealThis ( Scriptable thisObj, IdFunctionObject f ) : NativeScript

메소드 상세

Call() 공개 메소드

public Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
cx Context
scope Scriptable
thisObj Scriptable
args object
리턴 object

Construct() 공개 메소드

public Construct ( Context cx, Scriptable scope, object args ) : Scriptable
cx Context
scope Scriptable
args object
리턴 Scriptable

ExecIdCall() 공개 메소드

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f IdFunctionObject
cx Context
scope Scriptable
thisObj Scriptable
args object
리턴 object

FindPrototypeId() 보호된 메소드

protected FindPrototypeId ( string s ) : int
s string
리턴 int

GetArity() 공개 메소드

public GetArity ( ) : int
리턴 int

GetClassName() 공개 메소드

Returns the name of this JavaScript class, "Script".
Returns the name of this JavaScript class, "Script".
public GetClassName ( ) : string
리턴 string

GetLength() 공개 메소드

public GetLength ( ) : int
리턴 int

InitPrototypeId() 보호된 메소드

protected InitPrototypeId ( int id ) : void
id int
리턴 void