IExeProjectExtension Interface

Definition

Extends the .exe project system to make additional debug engines and port suppliers available.

public interface class IExeProjectExtension
[System.Runtime.InteropServices.Guid("0BE35F05-8980-4B07-91A8-6BEFB29BA67E")]
public interface IExeProjectExtension
[<System.Runtime.InteropServices.Guid("0BE35F05-8980-4B07-91A8-6BEFB29BA67E")>]
type IExeProjectExtension = interface
Public Interface IExeProjectExtension
Attributes

Properties

Engines

Gets a list of debugger engines an executable can be launched against.

PortSuppliers

Gets a list of available port suppliers against with an executable can be launched.

Methods

RemoteMachineIsPortName(Guid)

Determines whether the bstrPortName member from the VsDebugTargetInfo2 struct should be populated with the remote machine name.

Applies to