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