C# 클래스 LinFu.AOP.Cecil.Loaders.AssemblyLoaderWithPdbSupport

Represents an AssemblyLoader class that adds support for loading PDB files into memory every time an assembly is loaded into memory.
상속: AssemblyLoader
파일 보기 프로젝트 열기: philiplaureano/LinFu

공개 메소드들

메소드 설명
AssemblyLoaderWithPdbSupport ( IAssemblyLoader loader ) : System

Initializes a new instance of the AssemblyLoaderWithPdbSupport class.

Load ( string assemblyFile ) : Assembly

Loads the target assembly (and its corresponding PDB file) into memory.

비공개 메소드들

메소드 설명
RemoveTemporaryFiles ( string assemblyFile, string pdbFile, string pdbTempFileName, string assemblyBackupFile ) : void

Removes the temporary backup files that were created during the load operation.

메소드 상세

AssemblyLoaderWithPdbSupport() 공개 메소드

Initializes a new instance of the AssemblyLoaderWithPdbSupport class.
public AssemblyLoaderWithPdbSupport ( IAssemblyLoader loader ) : System
loader IAssemblyLoader The that will perform the actual load operation.
리턴 System

Load() 공개 최종 메소드

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