Sdílet prostřednictvím


DkmDebugLaunchSettings.Create(String, ReadOnlyCollection<Guid>) Method

Definition

Create a new DkmDebugLaunchSettings object instance.

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

Parameters

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.

Returns

[Out] Result of this method call.

Applies to