C# Class Microsoft.HockeyApp.Extensibility.Implementation.PEImageReader.CodeViewDebugData

Data representing identifying information for a single symbol file.
Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Méthodes publiques

Méthode Description
CodeViewDebugData ( System.Guid signature, int age, string pdbPath, IntPtr endAddress ) : System

Initializes a new instance of the CodeViewDebugData class.

Method Details

CodeViewDebugData() public méthode

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.
Résultat System