DkmManagedEncUpdates.Create Method
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.
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).
public:
static Microsoft::VisualStudio::Debugger::Clr::DkmManagedEncUpdates ^ Create(System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmManagedModuleUpdate ^> ^ Updates);
public static Microsoft.VisualStudio.Debugger.Clr.DkmManagedEncUpdates Create (System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmManagedModuleUpdate> Updates);
static member Create : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmManagedModuleUpdate> -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedEncUpdates
Public Shared Function Create (Updates As ReadOnlyCollection(Of DkmManagedModuleUpdate)) As DkmManagedEncUpdates
Parameters
- Updates
- ReadOnlyCollection<DkmManagedModuleUpdate>
[In] A collection of managed updates which will be applied to the session.
Returns
[Out] Result of this method call.