C# 클래스 Rhino.IdFunctionObject

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

공개 메소드들

메소드 설명
AddAsProperty ( Scriptable target ) : void
Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
CreateObject ( Context cx, Scriptable scope ) : Scriptable
ExportAsScopeProperty ( ) : void
GetArity ( ) : int
GetFunctionName ( ) : string
GetLength ( ) : int
GetPrototype ( ) : Scriptable
HasTag ( object tag ) : bool
IdFunctionObject ( IdFunctionCall idcall, object tag, int id, int arity ) : System
IdFunctionObject ( IdFunctionCall idcall, object tag, int id, string name, int arity, Scriptable scope ) : System
InitFunction ( string name, Scriptable scope ) : void
MarkAsConstructor ( Scriptable prototypeProperty ) : void
MethodId ( ) : int
Unknown ( ) : Exception

비공개 메소드들

메소드 설명
Decompile ( int indent, int flags ) : string

메소드 상세

AddAsProperty() 공개 메소드

public AddAsProperty ( Scriptable target ) : void
target Scriptable
리턴 void

Call() 공개 메소드

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

CreateObject() 공개 메소드

public CreateObject ( Context cx, Scriptable scope ) : Scriptable
cx Context
scope Scriptable
리턴 Scriptable

ExportAsScopeProperty() 공개 메소드

public ExportAsScopeProperty ( ) : void
리턴 void

GetArity() 공개 메소드

public GetArity ( ) : int
리턴 int

GetFunctionName() 공개 메소드

public GetFunctionName ( ) : string
리턴 string

GetLength() 공개 메소드

public GetLength ( ) : int
리턴 int

GetPrototype() 공개 메소드

public GetPrototype ( ) : Scriptable
리턴 Scriptable

HasTag() 공개 메소드

public HasTag ( object tag ) : bool
tag object
리턴 bool

IdFunctionObject() 공개 메소드

public IdFunctionObject ( IdFunctionCall idcall, object tag, int id, int arity ) : System
idcall IdFunctionCall
tag object
id int
arity int
리턴 System

IdFunctionObject() 공개 메소드

public IdFunctionObject ( IdFunctionCall idcall, object tag, int id, string name, int arity, Scriptable scope ) : System
idcall IdFunctionCall
tag object
id int
name string
arity int
scope Scriptable
리턴 System

InitFunction() 공개 메소드

public InitFunction ( string name, Scriptable scope ) : void
name string
scope Scriptable
리턴 void

MarkAsConstructor() 공개 메소드

public MarkAsConstructor ( Scriptable prototypeProperty ) : void
prototypeProperty Scriptable
리턴 void

MethodId() 공개 메소드

public MethodId ( ) : int
리턴 int

Unknown() 공개 메소드

public Unknown ( ) : Exception
리턴 System.Exception