Method | Description | |
---|---|---|
CallLateBound ( object thisObject ) : object |
Calls this function, passing in the given "this" value and zero or more arguments.
|
|
ConstructLateBound ( ) : |
Creates an object, using this function as the constructor.
|
Method | Description | |
---|---|---|
ClrFunction ( |
Creates a new instance of a built-in constructor function.
|
Method | Description | |
---|---|---|
ClrFunction ( |
Creates a new instance of a function which calls the given binder.
|
|
ClrFunction ( |
Creates a new instance of a function which calls the given delegate.
|
|
ClrFunction ( |
Creates a new instance of a function which calls one or more provided methods.
|
public CallLateBound ( object thisObject ) : object | ||
thisObject | object | The value of the "this" keyword within the function. |
return | object |
protected ClrFunction ( |
||
prototype | The next object in the prototype chain. | |
name | string | The name of the function. |
instancePrototype | ||
return | System |
public ConstructLateBound ( ) : |
||
return |