LoadAssembly Method (FormsWindow)

Class

FormsWindow.

Action

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.

Syntax

formsWindow.LoadAssembly(assemblyFile)
Variable Description
assemblyFile The path of the assembly file to load. String.