C# 클래스 Rhino.NativeError

상속: IdScriptableObject
파일 보기 프로젝트 열기: hazzik/Rhino.Net

공개 메소드들

메소드 설명
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetClassName ( ) : string
GetStack ( ) : object
SetStack ( object value ) : void
SetStackProvider ( RhinoException re ) : void
ToString ( ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetString ( Scriptable obj, string id ) : string
Init ( Scriptable scope, bool @sealed ) : void
Js_toSource ( Context cx, Scriptable scope, Scriptable thisObj ) : string
Js_toString ( Scriptable thisObj ) : object
Make ( Context cx, Scriptable scope, IdFunctionObject ctorObj, object args ) : NativeError

메소드 상세

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

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

GetStack() 공개 메소드

public GetStack ( ) : object
리턴 object

InitPrototypeId() 보호된 메소드

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

SetStack() 공개 메소드

public SetStack ( object value ) : void
value object
리턴 void

SetStackProvider() 공개 메소드

public SetStackProvider ( RhinoException re ) : void
re RhinoException
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string