CLR.LoadAssembly
Loads the .NET assembly with the given long assembly name or file path. Returns Boolean true if the assembly could be loaded; false otherwise.
Signature
CLR.LoadAssembly(strAssemblyNameCLR : String, showLoadErrors : Boolean) -> result : Boolean |
Example
The following JScript code attempts to set the clipboard text by loading the required assembly dynamically.
// set clipboard text (if possible) |