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

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

Public Methods

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

Initializes a new instance of the CodeViewDebugData class.

Method Details

CodeViewDebugData() public method

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.
return System