C# 클래스 LinFu.Reflection.AssemblyLoader

Represents a class that loads assemblies into memory from disk.
상속: IAssemblyLoader
파일 보기 프로젝트 열기: philiplaureano/LinFu 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string assemblyFile ) : Assembly

Loads the target assembly into memory.

메소드 상세

Load() 공개 메소드

Loads the target assembly into memory.
public Load ( string assemblyFile ) : Assembly
assemblyFile string The full path and filename of the assembly to load.
리턴 System.Reflection.Assembly