IDkmEditAndContinueService Interface

Definition

Interface implemented by edit and continue engine to support status query service.

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

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Methods

IsStaleCode(DkmInstructionSymbol, DkmModuleInstance, Boolean)

Check if the address is in stale code or not.

Applies to