C# 클래스 Rhino.NativeJSON

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

공개 메소드들

메소드 설명
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetClassName ( ) : string
Parse ( Context cx, Scriptable scope, string jtext, Callable reviver ) : object
Stringify ( Context cx, Scriptable scope, object value, object replacer, object space ) : object

보호된 메소드들

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

비공개 메소드들

메소드 설명
Init ( Scriptable scope, bool @sealed ) : void
Ja ( NativeArray value, NativeJSON state ) : string
Jo ( Scriptable value, NativeJSON state ) : string
Join ( ICollection objs, string delimiter ) : string
NativeJSON ( ) : System
Parse ( Context cx, Scriptable scope, string jtext ) : object
Quote ( string @string ) : string
Repeat ( char c, int count ) : string
Str ( object key, Scriptable holder, NativeJSON state ) : object
Walk ( Context cx, Scriptable scope, Callable reviver, Scriptable holder, object name ) : object

메소드 상세

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

InitPrototypeId() 보호된 메소드

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

Parse() 공개 정적인 메소드

public static Parse ( Context cx, Scriptable scope, string jtext, Callable reviver ) : object
cx Context
scope Scriptable
jtext string
reviver Callable
리턴 object

Stringify() 공개 정적인 메소드

public static Stringify ( Context cx, Scriptable scope, object value, object replacer, object space ) : object
cx Context
scope Scriptable
value object
replacer object
space object
리턴 object