LoadAssembly Method (WPFWindow)

Class

WPFWindow.

Action

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.

Syntax

C#
window.LoadAssembly(assemblyFile)
VB
window.LoadAssembly(assemblyFile)
Variable Description
assemblyFile The path of the assembly file to load. String.