C# 클래스 MemoScope.Core.Dac.DacFinder32

상속: AbstractDacFinder
파일 보기 프로젝트 열기: fremag/MemoScope.Net

공개 메소드들

메소드 설명
DacFinder32 ( string searchPath ) : System

보호된 메소드들

메소드 설명
InitDbgHelpModule ( ) : void
SymCleanup ( IntPtr hProcess ) : bool
SymFindFileInPath ( IntPtr hProcess, string searchPath, string filename, uint id, uint two, uint three, uint flags, StringBuilder filePath, IntPtr callback, IntPtr context ) : bool
SymInitialize ( IntPtr hProcess, string symPath, bool fInvadeProcess ) : bool

비공개 메소드들

메소드 설명
SymCleanup32 ( IntPtr hProcess ) : bool
SymFindFileInPath32 ( IntPtr hProcess, string searchPath, string filename, uint id, uint two, uint three, uint flags, StringBuilder filePath, IntPtr callback, IntPtr context ) : bool
SymInitialize32 ( IntPtr hProcess, string symPath, bool fInvadeProcess ) : bool

메소드 상세

DacFinder32() 공개 메소드

public DacFinder32 ( string searchPath ) : System
searchPath string
리턴 System

InitDbgHelpModule() 보호된 메소드

protected InitDbgHelpModule ( ) : void
리턴 void

SymCleanup() 보호된 메소드

protected SymCleanup ( IntPtr hProcess ) : bool
hProcess System.IntPtr
리턴 bool

SymFindFileInPath() 보호된 메소드

protected SymFindFileInPath ( IntPtr hProcess, string searchPath, string filename, uint id, uint two, uint three, uint flags, StringBuilder filePath, IntPtr callback, IntPtr context ) : bool
hProcess System.IntPtr
searchPath string
filename string
id uint
two uint
three uint
flags uint
filePath StringBuilder
callback System.IntPtr
context System.IntPtr
리턴 bool

SymInitialize() 보호된 메소드

protected SymInitialize ( IntPtr hProcess, string symPath, bool fInvadeProcess ) : bool
hProcess System.IntPtr
symPath string
fInvadeProcess bool
리턴 bool