C# Класс MemoScope.Core.Dac.DacFinder64

Наследование: AbstractDacFinder
Показать файл Открыть проект

Открытые методы

Метод Описание
DacFinder64 ( 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

Приватные методы

Метод Описание
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

Описание методов

DacFinder64() публичный Метод

public DacFinder64 ( 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