DkmPdbFileId.PdbName Property

Definition

The name of the PDB file containing the debug information. This value is often a file path (ex: c:\myproject\bin\debug\myproject.pdb), but in some build environments it may be shortened to just a file name (ex: kernel32.pdb).

public:
 property System::String ^ PdbName { System::String ^ get(); };
public:
 property Platform::String ^ PdbName { Platform::String ^ get(); };
public string PdbName { get; }
member this.PdbName : string
Public ReadOnly Property PdbName As String

Property Value

Returns String.

Applies to