Loads the assembly on the specified path in the WPF application.
The main use case to load an additional assembly that contains utility methods that can be called via the "Dynamic Invoke" feature.
window.LoadAssembly(assemblyFile)
Variable | Description |
---|---|
assemblyFile | The path of the assembly file to load. String. |