C# 클래스 Microsoft.HockeyApp.Extensibility.Implementation.PEImageReader.CodeViewDebugData

Data representing identifying information for a single symbol file.
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
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