Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Assemblies.Load Method

Loads an assembly.

Class: YetaWF.Core.Support.Assemblies
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static Assembly? Load(
    string asmName,
    bool throwError = true );

Parameters

asmName

The name of the assembly.

throwError

Defines whether an error is thrown if the assembly is not found.

Return Value

An instance of the requested assembly.

Remarks

Assemblies are cached for performance.

See Also YetaWF.Core.Support.Assemblies ClassYetaWF.Core Overview