IDkmTerminalLauncher Interface

Definition

Callback interface which is used to start a new terminal (console) that the target process will be launched into.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: TransportKind.

This API was introduced in Visual Studio 16 Update 9 (DkmApiVersion.VS16Update9).

public interface IDkmTerminalLauncher
type IDkmTerminalLauncher = interface
Public Interface IDkmTerminalLauncher

Methods

Start(DkmTerminalStartInfo, DkmWorkList, DkmCompletionRoutine<DkmTerminalStartAsyncResult>)

Launches the specified terminal program.

Applies to