DkmSymbolProviderId Class
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.
Unique identifier for symbol files/symbol providers.
public ref class DkmSymbolProviderId abstract sealed
public ref class DkmSymbolProviderId abstract sealed
class DkmSymbolProviderId abstract sealed
public static class DkmSymbolProviderId
type DkmSymbolProviderId = class
Public Class DkmSymbolProviderId
- Inheritance
-
DkmSymbolProviderId
Properties
ActiveScript |
Provides symbol resolution for Microsoft ActiveScript based dynamic code. |
ActiveScriptInterop |
Provides symbol resolution for Microsoft ActiveScript based dynamic code. This is the symbol provider used when interop debugging Script code with other runtimes. |
ClrNcPDB |
Reads symbol information from a native-compiled CLR PDB file. |
ClrPDB |
Reads symbol information from PDB files to decode .NET Framework (CLR) binaries. |
ClrRemotePortableSymbolStore |
Provides symbol resolution from Metadata and a remote symbol store for .NET binaries using the Portable PDB symbol format. This is used for 'in memory' modules (loaded with Assembly.Load) that have Portable PDB symbols. |
ClrRemoteSymbolStore |
Provides symbol resolution from Metadata and a remote symbol store for .NET Framework (CLR) binaries. This is used for dynamically compiled managed code. It is also used for ASP.NET scenario where code is compiled on server side. |
DpcppInteropPDB |
Reads symbol information from PDB files to decode DPC++ binaries. This is associated with GPU interop D3D runtime. |
DpcppPDB |
Reads symbol information from PDB files to decode DPC++ binaries. |
EmbeddedDwarfSymbols |
Reads symbol information from embedded DWARF symbols. |
HlslPDB |
Reads symbol information from PDB in D3D blob to decode HLSL binaries. |
NativePDB |
Reads symbol information from PDB/DBG files to decode native binaries. |