DkmBreakpointFileUpdateNotification Class
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.
Object used to send file update notifications to breakpoint managers.
public ref class DkmBreakpointFileUpdateNotification
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmBreakpointFileUpdateNotification
[Windows::Foundation::Metadata::WebHostHidden]
class DkmBreakpointFileUpdateNotification
[System.Runtime.InteropServices.Guid("2dde565b-c382-7dbb-2841-647a7322b64e")]
public class DkmBreakpointFileUpdateNotification
[<System.Runtime.InteropServices.Guid("2dde565b-c382-7dbb-2841-647a7322b64e")>]
type DkmBreakpointFileUpdateNotification = class
Public Class DkmBreakpointFileUpdateNotification
- Inheritance
-
DkmBreakpointFileUpdateNotification
- Attributes
Properties
FilePaths |
File path to the various files which have been updated. |
Methods
Create(ReadOnlyCollection<String>) |
Create a new DkmBreakpointFileUpdateNotification object instance. |
Send(DkmWorkList) |
Provides notification that one or more files containing breakpoints have been updated. This method will append a new work item to the specified work list, and return once the work item has been appended. The actual processing of the work item is asynchronous. The caller will be notified that the request is complete through the completion routine. Location constraint: API must be called from an IDE component (component level > 100,000). |