Свойство | Тип | Описание | |
---|---|---|---|
DeleteOldPdb | void | ||
GetPdbNameFromBinaryName | string |
Метод | Описание | |
---|---|---|
DownloadPdbs ( |
||
DownloadPdbs ( |
Downloads the pdbs from the symbol server.
|
|
PdbDownLoader ( ) : System | ||
PdbDownLoader ( int downLoadThreadCount ) : System |
Patch after the pdb was downloaded the drive letter to match the pdb files with the source files
|
Метод | Описание | |
---|---|---|
DeleteOldPdb ( string binaryName ) : void | ||
GetPdbNameFromBinaryName ( string binaryFileName ) : string |
public DownloadPdbs ( |
||
query | ||
symbolServer | string | |
Результат | bool |
public DownloadPdbs ( |
||
query | The query. | |
symbolServer | string | The symbol server name. |
downloadDir | string | The download directory. Can be null. |
Результат | bool |
public PdbDownLoader ( int downLoadThreadCount ) : System | ||
downLoadThreadCount | int | Down load thread count. |
Результат | System |