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

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

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

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