|
|
||
|
|
| LoadNETAssembly[assembly] loads the specified assembly into the .NET runtime and returns a NETAssembly expression that can be used to identify the assembly. |
| LoadNETAssembly loads all the assemblies in the given directory and returns a list of NETAssembly expressions. |
| LoadNETAssembly loads all the assemblies in the "assembly" subdirectory of the main application directory corresponding to the given context. |
| LoadNETAssembly loads the named assembly from the given directory, if possible. |
| LoadNETAssembly loads the named assembly from the "assembly" subdirectory of the main application directory corresponding to the given context, if possible. |