IDkmBreakpointManagerFileUpdate Interface

Definition

Interface implemented by breakpoint managers which wish to receive notification when files are updated in the IDE.

Implementations of this interface are always called (no filtering is supported). To reduce memory impact, it is suggested that this interface be implemented in a small dll, or that the implementation is configured with 'CallOnlyWhenLoaded="true"'.

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

Methods

OnBreakpointFilesUpdated(DkmBreakpointFileUpdateNotification, DkmWorkList)

Provides notification that one or more files containing breakpoints have been updated.

Applies to