IDkmEditAndContinueService Interface
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.
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. |