Свойство | Тип | Описание | |
---|---|---|---|
dbgHelpLib | LibrarySafeHandle | ||
process | |||
searchPath | string |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
FindDac ( Microsoft.Diagnostics.Runtime.ClrInfo clrInfo ) : string | ||
FindDac ( string dacname, uint timestamp, uint fileSize ) : string | ||
Init ( ) : void |
Метод | Описание | |
---|---|---|
AbstractDacFinder ( string localCache ) : System | ||
InitDbgHelpModule ( ) : void | ||
SymCleanup ( |
||
SymFindFileInPath ( |
||
SymInitialize ( |
Метод | Описание | |
---|---|---|
FreeLibrary ( |
||
LoadLibrary ( string name ) : LibrarySafeHandle |
protected AbstractDacFinder ( string localCache ) : System | ||
localCache | string | |
Результат | System |
public FindDac ( Microsoft.Diagnostics.Runtime.ClrInfo clrInfo ) : string | ||
clrInfo | Microsoft.Diagnostics.Runtime.ClrInfo | |
Результат | string |
public FindDac ( string dacname, uint timestamp, uint fileSize ) : string | ||
dacname | string | |
timestamp | uint | |
fileSize | uint | |
Результат | string |
protected abstract InitDbgHelpModule ( ) : void | ||
Результат | void |
protected abstract SymCleanup ( |
||
hProcess | ||
Результат | bool |
protected abstract SymFindFileInPath ( |
||
hProcess | ||
searchPath | string | |
filename | string | |
id | uint | |
two | uint | |
three | uint | |
flags | uint | |
filePath | StringBuilder | |
callback | ||
context | ||
Результат | bool |
protected abstract SymInitialize ( |
||
hProcess | ||
symPath | string | |
fInvadeProcess | bool | |
Результат | bool |
protected Process,System.Diagnostics process | ||
Результат |