C# Класс Microsoft.HockeyApp.Extensibility.Implementation.PEImageReader.CodeViewDebugData

Data representing identifying information for a single symbol file.
Показать файл Открыть проект

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

Метод Описание
CodeViewDebugData ( System.Guid signature, int age, string pdbPath, IntPtr endAddress ) : System

Initializes a new instance of the CodeViewDebugData class.

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

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

Initializes a new instance of the CodeViewDebugData class.
public CodeViewDebugData ( System.Guid signature, int age, string pdbPath, IntPtr endAddress ) : System
signature System.Guid The signature for this symbol.
age int The age for this symbol.
pdbPath string The symbol path for this build.
endAddress System.IntPtr EndAddress of the image.
Результат System