CompilationLoader.LoadAssembly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)