C# Class Microsoft.JScript.StringObject

Inheritance: JSObject
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Object ob ) : bool
GetHashCode ( ) : int
GetType ( ) : Type

Méthodes protégées

Méthode Description
StringObject ( ScriptObject prototype, String value ) : System

Private Methods

Méthode Description
GetClassName ( ) : String
GetDefaultValue ( PreferredType preferred_type ) : Object
GetValueAtIndex ( uint index ) : Object
StringObject ( ScriptObject prototype, String value, bool implicitWrapper ) : System

Method Details

Equals() public méthode

public Equals ( Object ob ) : bool
ob Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetType() public méthode

public GetType ( ) : Type
Résultat System.Type

StringObject() protected méthode

protected StringObject ( ScriptObject prototype, String value ) : System
prototype ScriptObject
value String
Résultat System