C# Class Microsoft.JScript.StringConstructor

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

Public Methods

Method Description
Invoke ( Object arg ) : String

Private Methods

Method Description
Call ( Object args, Object thisob ) : Object
Construct ( Object args ) : Object
Construct ( ) : StringObject
ConstructImplicitWrapper ( String arg ) : StringObject
ConstructWrapper ( String arg ) : StringObject
CreateInstance ( ) : StringObject
StringConstructor ( ) : System
StringConstructor ( FunctionPrototype parent, LenientStringPrototype prototypeProp ) : System
fromCharCode ( ) : String

Method Details

Invoke() public method

public Invoke ( Object arg ) : String
arg Object
return String