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