IDkmNameUndecorator Interface

Definition

This API is used to undecorate symbol names. Microsoft provides an implementation of this to undecorate symbol names in PDBs.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: CompilerVendorId, LanguageId, SymbolProviderId, TransportKind.

public interface class IDkmNameUndecorator
public interface class IDkmNameUndecorator
__interface IDkmNameUndecorator
public interface IDkmNameUndecorator
type IDkmNameUndecorator = interface
Public Interface IDkmNameUndecorator

Methods

UndecorateName(DkmModule, String, UInt32)

Undecorates a symbol name.

Applies to