C# Класс Endjin.Assembly.ChangeDetection.Introspection.PdbDownLoader

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
DeleteOldPdb void
GetPdbNameFromBinaryName string

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

Метод Описание
DownloadPdbs ( FileQuery query, string symbolServer ) : bool
DownloadPdbs ( FileQuery query, string symbolServer, string downloadDir ) : bool

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

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

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

public DownloadPdbs ( FileQuery query, string symbolServer ) : bool
query Endjin.Assembly.ChangeDetection.Infrastructure.FileQuery
symbolServer string
Результат bool

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

Downloads the pdbs from the symbol server.
public DownloadPdbs ( FileQuery query, string symbolServer, string downloadDir ) : bool
query Endjin.Assembly.ChangeDetection.Infrastructure.FileQuery The query.
symbolServer string The symbol server name.
downloadDir string The download directory. Can be null.
Результат bool

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

public PdbDownLoader ( ) : System
Результат System

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

Patch after the pdb was downloaded the drive letter to match the pdb files with the source files
public PdbDownLoader ( int downLoadThreadCount ) : System
downLoadThreadCount int Down load thread count.
Результат System