C# Class MemoScope.Core.Dac.DacFinder64

Inheritance: AbstractDacFinder
显示文件 Open project: fremag/MemoScope.Net

Public Methods

Method Description
DacFinder64 ( string searchPath ) : System

Protected Methods

Method Description
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

Private Methods

Method Description
SymCleanup64 ( IntPtr hProcess ) : bool
SymFindFileInPath64 ( IntPtr hProcess, string searchPath, string filename, uint id, uint two, uint three, uint flags, StringBuilder filePath, IntPtr callback, IntPtr context ) : bool
SymInitialize64 ( IntPtr hProcess, string symPath, bool fInvadeProcess ) : bool

Method Details

DacFinder64() public method

public DacFinder64 ( string searchPath ) : System
searchPath string
return System

InitDbgHelpModule() protected method

protected InitDbgHelpModule ( ) : void
return void

SymCleanup() protected method

protected SymCleanup ( IntPtr hProcess ) : bool
hProcess System.IntPtr
return bool

SymFindFileInPath() protected method

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
return bool

SymInitialize() protected method

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