C# Class Rhino.NativeString

Inheritance: IdScriptableObject
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

ExecIdCall() public méthode

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f IdFunctionObject
cx Context
scope Scriptable
thisObj Scriptable
args object
Résultat object

FillConstructorProperties() protected méthode

protected FillConstructorProperties ( IdFunctionObject ctor ) : void
ctor IdFunctionObject
Résultat void

FindInstanceIdInfo() protected méthode

protected FindInstanceIdInfo ( string s ) : int
s string
Résultat int

FindPrototypeId() protected méthode

protected FindPrototypeId ( string s ) : int
s string
Résultat int

Get() public méthode

public Get ( int index, Scriptable start ) : object
index int
start Scriptable
Résultat object

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetInstanceIdName() protected méthode

protected GetInstanceIdName ( int id ) : string
id int
Résultat string

GetInstanceIdValue() protected méthode

protected GetInstanceIdValue ( int id ) : object
id int
Résultat object

GetMaxInstanceId() protected méthode

protected GetMaxInstanceId ( ) : int
Résultat int

InitPrototypeId() protected méthode

protected InitPrototypeId ( int id ) : void
id int
Résultat void

Put() public méthode

public Put ( int index, Scriptable start, object value ) : void
index int
start Scriptable
value object
Résultat void

ToCharSequence() public méthode

public ToCharSequence ( ) : CharSequence
Résultat CharSequence

ToString() public méthode

public ToString ( ) : string
Résultat string