IVsProfilerLaunchExeTargetInfo Interface

Specifies the executable target that is launched by the profiler, not the project system.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("9DF0CDE8-5971-408A-B76F-993A8A78EEE0")> _
Public Interface IVsProfilerLaunchExeTargetInfo _
    Inherits IVsProfilerLaunchTargetInfo
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("9DF0CDE8-5971-408A-B76F-993A8A78EEE0")]
public interface IVsProfilerLaunchExeTargetInfo : IVsProfilerLaunchTargetInfo
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"9DF0CDE8-5971-408A-B76F-993A8A78EEE0")]
public interface class IVsProfilerLaunchExeTargetInfo : IVsProfilerLaunchTargetInfo
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("9DF0CDE8-5971-408A-B76F-993A8A78EEE0")>]
type IVsProfilerLaunchExeTargetInfo =  
    interface 
        interface IVsProfilerLaunchTargetInfo 
    end
public interface IVsProfilerLaunchExeTargetInfo extends IVsProfilerLaunchTargetInfo

The IVsProfilerLaunchExeTargetInfo type exposes the following members.

Properties

  Name Description
Public property EnvironmentSettings
Public property ExecutableArguments Gets the command-line arguments for the executable.
Public property ExecutablePath Gets the executable name and, optionally, the full path.
Public property LaunchProfilerFlags
Public property ProcessArchitecture
Public property References
Public property WorkingDirectory Gets the working directory in which the process is to run.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace