| Package | system.reflection |
| Interface | public interface ConstructorInfo |
| Property | Defined By | ||
|---|---|---|---|
| arguments : Array [read-only]
Indicates the Array represent of all arguments in a constructor. | ConstructorInfo | ||
| Method | Defined By | ||
|---|---|---|---|
construct(... args):*
Creates the constructor representation. | ConstructorInfo | ||
invoke(params:Array):*
Invoke the constructor representation with an array of parameters. | ConstructorInfo | ||
| arguments | property |
arguments:Array [read-only] Indicates the Array represent of all arguments in a constructor.
public function get arguments():Array| construct | () | method |
public function construct(... args):*Creates the constructor representation.
Parameters
... args |
* |
| invoke | () | method |
public function invoke(params:Array):*Invoke the constructor representation with an array of parameters.
Parameters
params:Array |
* |