DkmManagedEncUpdates Class

Definition

Represents a set of managed Edit and Continue updates.

This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3).

public ref class DkmManagedEncUpdates
[System.Runtime.InteropServices.Guid("f0451033-aca2-81df-3b3f-bb50e5cf59f3")]
public class DkmManagedEncUpdates
[<System.Runtime.InteropServices.Guid("f0451033-aca2-81df-3b3f-bb50e5cf59f3")>]
type DkmManagedEncUpdates = class
Public Class DkmManagedEncUpdates
Inheritance
DkmManagedEncUpdates
Attributes

Properties

Updates

A collection of managed updates which will be applied to the session.

This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3).

Methods

Apply()

Apply the managed updates to all the modules across different processes which are currently being debugged. If an update was created from a module that was not loaded yet, the engine will track it and update when the module is actually loaded. Otherwise, the updates are applied immediately. The changes will persist until the end of the debugging session.

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3).

Apply(DkmWorkList, DkmCompletionRoutine<DkmApplyManagedEncUpdatesAsyncResult>)
ApplyAsync(DkmWorkList, DkmCompletionRoutine<DkmManagedEncUpdatesAsyncResult>)
Create(ReadOnlyCollection<DkmManagedModuleUpdate>)

Create a new DkmManagedEncUpdates object instance.

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3).

Applies to