C# 클래스 Mono.Cecil.Inject.AssemblyLoader

Class for assembly loading methods.
파일 보기 프로젝트 열기: denikson/Mono.Cecil.Inject

공개 메소드들

메소드 설명
LoadAssembly ( string path ) : AssemblyDefinition

Loads an assembly from the specified path.

메소드 상세

LoadAssembly() 공개 정적인 메소드

Loads an assembly from the specified path.
public static LoadAssembly ( string path ) : AssemblyDefinition
path string Path to the assembly. Can be either relative (to the executing assembly directory) or absolute.
리턴 AssemblyDefinition