CompilationLoader.LoadAssembly Property

Definition

If LoadAssembly is not null, it will be used to load the dlls that are search for classes defining rewrite steps.

public static Func<string,System.Reflection.Assembly>? LoadAssembly { get; set; }
member this.LoadAssembly : Func<string, System.Reflection.Assembly> with get, set
Public Shared Property LoadAssembly As Func(Of String, Assembly)

Property Value

Func<String,Assembly>

Applies to