C# Class Microsoft.JScript.StringObject

Inheritance: JSObject
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Equals ( Object ob ) : bool
GetHashCode ( ) : int
GetType ( ) : Type

Protected Methods

Method Description
StringObject ( ScriptObject prototype, String value ) : System

Private Methods

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

Method Details

Equals() public method

public Equals ( Object ob ) : bool
ob Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetType() public method

public GetType ( ) : Type
return System.Type

StringObject() protected method

protected StringObject ( ScriptObject prototype, String value ) : System
prototype ScriptObject
value String
return System