C# Class Serenity.CodeGenerator.ProjectLoadContext

Inheritance: System.Runtime.Loader.AssemblyLoadContext
Exibir arquivo Open project: volkanceylan/Serenity Class Usage Examples

Public Methods

Method Description
ProjectLoadContext ( string projectJson, string assemblyPath ) : System

Protected Methods

Method Description
Load ( AssemblyName assemblyName ) : Assembly

Private Methods

Method Description
ProjectLoadContext ( ) : System
SearchForLibrary ( string where, string extensions, string name, string &path ) : bool

Method Details

Load() protected method

protected Load ( AssemblyName assemblyName ) : Assembly
assemblyName System.Reflection.AssemblyName
return System.Reflection.Assembly

ProjectLoadContext() public method

public ProjectLoadContext ( string projectJson, string assemblyPath ) : System
projectJson string
assemblyPath string
return System