C# 클래스 Rhino.NativeString

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

공개 메소드들

메소드 설명
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
Get ( int index, Scriptable start ) : object
GetClassName ( ) : string
Put ( int index, Scriptable start, object value ) : void
ToCharSequence ( ) : CharSequence
ToString ( ) : string

보호된 메소드들

메소드 설명
FillConstructorProperties ( IdFunctionObject ctor ) : void
FindInstanceIdInfo ( string s ) : int
FindPrototypeId ( string s ) : int
GetInstanceIdName ( int id ) : string
GetInstanceIdValue ( int id ) : object
GetMaxInstanceId ( ) : int
InitPrototypeId ( int id ) : void

비공개 메소드들

메소드 설명
GetLength ( ) : int
Init ( Scriptable scope, bool @sealed ) : void
Js_concat ( string target, object args ) : string
Js_indexOf ( string target, object args ) : int
Js_lastIndexOf ( string target, object args ) : int
Js_slice ( CharSequence target, object args ) : CharSequence
Js_substr ( CharSequence target, object args ) : CharSequence
Js_substring ( Context cx, CharSequence target, object args ) : CharSequence
NativeString ( CharSequence s ) : System
RealThis ( Scriptable thisObj, IdFunctionObject f ) : NativeString
Tagify ( object thisObj, string tag, string attribute, object args ) : string

메소드 상세

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

FillConstructorProperties() 보호된 메소드

protected FillConstructorProperties ( IdFunctionObject ctor ) : void
ctor IdFunctionObject
리턴 void

FindInstanceIdInfo() 보호된 메소드

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

FindPrototypeId() 보호된 메소드

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

Get() 공개 메소드

public Get ( int index, Scriptable start ) : object
index int
start Scriptable
리턴 object

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

GetInstanceIdName() 보호된 메소드

protected GetInstanceIdName ( int id ) : string
id int
리턴 string

GetInstanceIdValue() 보호된 메소드

protected GetInstanceIdValue ( int id ) : object
id int
리턴 object

GetMaxInstanceId() 보호된 메소드

protected GetMaxInstanceId ( ) : int
리턴 int

InitPrototypeId() 보호된 메소드

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

Put() 공개 메소드

public Put ( int index, Scriptable start, object value ) : void
index int
start Scriptable
value object
리턴 void

ToCharSequence() 공개 메소드

public ToCharSequence ( ) : CharSequence
리턴 CharSequence

ToString() 공개 메소드

public ToString ( ) : string
리턴 string