DkmPdbFileId.PdbName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.