|
|
||
|
|
| NETNew[type] constructs a new object of the specified .NET type. |
| NETNew constructs a new object of the specified .NET type, passing the supplied argument sequence to the constructor. |
| NETNew constructs the object from the named type in the specified assembly. |
| NETNew uses the named assembly from the specified directory, if possible. |
| NETNew uses the named assembly from the "assembly" subdirectory of the main application directory corresponding to the given context, if possible. |