C# Class Serenity.CodeGenerator.ProjectLoadContext

Inheritance: System.Runtime.Loader.AssemblyLoadContext
Afficher le fichier Open project: volkanceylan/Serenity Class Usage Examples

Méthodes publiques

Méthode Description
ProjectLoadContext ( string projectJson, string assemblyPath ) : System

Méthodes protégées

Méthode Description
Load ( AssemblyName assemblyName ) : Assembly

Private Methods

Méthode Description
ProjectLoadContext ( ) : System
SearchForLibrary ( string where, string extensions, string name, string &path ) : bool

Method Details

Load() protected méthode

protected Load ( AssemblyName assemblyName ) : Assembly
assemblyName System.Reflection.AssemblyName
Résultat System.Reflection.Assembly

ProjectLoadContext() public méthode

public ProjectLoadContext ( string projectJson, string assemblyPath ) : System
projectJson string
assemblyPath string
Résultat System