IDkmModuleUserCodeDeterminer 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 to provide Just-My-Code status for modules. To support the modules window, this interface should be implemented in an IDE component, but it can also be implemented on the monitor side if this is useful. Microsoft implements this interface on the monitor side for managed code, but not native.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, RuntimeId, SymbolProviderId, TransportKind.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public interface class IDkmModuleUserCodeDeterminer
public interface class IDkmModuleUserCodeDeterminer
__interface IDkmModuleUserCodeDeterminer
public interface IDkmModuleUserCodeDeterminer
type IDkmModuleUserCodeDeterminer = interface
Public Interface IDkmModuleUserCodeDeterminer
Methods
IsUserCode(DkmModuleInstance) |
Determines if a module is considered user code. |