C# Class MemoScope.Core.Dac.DacFinder64

Inheritance: AbstractDacFinder
Afficher le fichier Open project: fremag/MemoScope.Net

Méthodes publiques

Méthode Description
DacFinder64 ( string searchPath ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

public DacFinder64 ( string searchPath ) : System
searchPath string
Résultat System

InitDbgHelpModule() protected méthode

protected InitDbgHelpModule ( ) : void
Résultat void

SymCleanup() protected méthode

protected SymCleanup ( IntPtr hProcess ) : bool
hProcess System.IntPtr
Résultat bool

SymFindFileInPath() protected méthode

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
Résultat bool

SymInitialize() protected méthode

protected SymInitialize ( IntPtr hProcess, string symPath, bool fInvadeProcess ) : bool
hProcess System.IntPtr
symPath string
fInvadeProcess bool
Résultat bool