C# Class Microsoft.JScript.ScriptFunction

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

Protected Properties

Property Type Description
ilength int

Public Methods

Method Description
ToString ( ) : String

Protected Methods

Method Description
GetPrototypeForConstructedObject ( ) : ScriptObject
ScriptFunction ( ScriptObject parent, String name ) : System

Private Methods

Method Description
Call ( Object args, Object thisob ) : Object
Call ( Object args, Object thisob, Binder binder, CultureInfo culture ) : Object
Call ( Object args, Object thisob, ScriptObject enclosing_scope, Closure calleeClosure, Binder binder, CultureInfo culture ) : Object
Construct ( Object args ) : Object
CreateInstance ( ) : Object
GetClassName ( ) : String
GetNumberOfFormalParameters ( ) : int
HasInstance ( Object ob ) : bool
Invoke ( Object thisob ) : Object
InvokeMember ( String name, BindingFlags invokeAttr, Binder binder, Object target, Object args, ParameterModifier modifiers, CultureInfo culture, String namedParameters ) : Object
ScriptFunction ( ScriptObject parent ) : System
ScriptFunction ( ScriptObject parent, String name, int length ) : System

Method Details

GetPrototypeForConstructedObject() protected method

protected GetPrototypeForConstructedObject ( ) : ScriptObject
return ScriptObject

ScriptFunction() protected method

protected ScriptFunction ( ScriptObject parent, String name ) : System
parent ScriptObject
name String
return System

ToString() public method

public ToString ( ) : String
return String

Property Details

ilength protected_oe property

protected int ilength
return int