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