C# 클래스 Serenity.CodeGenerator.ProjectLoadContext

상속: System.Runtime.Loader.AssemblyLoadContext
파일 보기 프로젝트 열기: volkanceylan/Serenity 1 사용 예제들

공개 메소드들

메소드 설명
ProjectLoadContext ( string projectJson, string assemblyPath ) : System

보호된 메소드들

메소드 설명
Load ( AssemblyName assemblyName ) : Assembly

비공개 메소드들

메소드 설명
ProjectLoadContext ( ) : System
SearchForLibrary ( string where, string extensions, string name, string &path ) : bool

메소드 상세

Load() 보호된 메소드

protected Load ( AssemblyName assemblyName ) : Assembly
assemblyName System.Reflection.AssemblyName
리턴 System.Reflection.Assembly

ProjectLoadContext() 공개 메소드

public ProjectLoadContext ( string projectJson, string assemblyPath ) : System
projectJson string
assemblyPath string
리턴 System