DkmDebugLaunchSettings.Create(String, ReadOnlyCollection<Guid>) Method
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 DkmDebugLaunchSettings object instance.
C++
public:
static Microsoft::VisualStudio::Debugger::Start::DkmDebugLaunchSettings ^ Create(System::String ^ OptionsString, System::Collections::ObjectModel::ReadOnlyCollection<Guid> ^ EngineFilter);
public static Microsoft.VisualStudio.Debugger.Start.DkmDebugLaunchSettings Create(string OptionsString, System.Collections.ObjectModel.ReadOnlyCollection<Guid> EngineFilter);
public static Microsoft.VisualStudio.Debugger.Start.DkmDebugLaunchSettings Create(string OptionsString, System.Collections.ObjectModel.ReadOnlyCollection<Guid>? EngineFilter);
static member Create : string * System.Collections.ObjectModel.ReadOnlyCollection<Guid> -> Microsoft.VisualStudio.Debugger.Start.DkmDebugLaunchSettings
Public Shared Function Create (OptionsString As String, EngineFilter As ReadOnlyCollection(Of Guid)) As DkmDebugLaunchSettings
- OptionsString
- String
[In] Additional information provided by a project system when calling LaunchDebugTargets through VsDebugTarget[2/3/etc].bstrOptions).
- EngineFilter
- ReadOnlyCollection<Guid>
[In,Optional] Guids for the set of debug engines being used to debug this process. This will be null if the process was launched outside the debugger.
[Out] Result of this method call.
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |