IVsProfilerLaunchExeTargetInfo Interface

Definition

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

public interface class IVsProfilerLaunchExeTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerLaunchTargetInfo
public interface class IVsProfilerLaunchExeTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerLaunchTargetInfo
__interface IVsProfilerLaunchExeTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerLaunchTargetInfo
[System.Runtime.InteropServices.Guid("9DF0CDE8-5971-408A-B76F-993A8A78EEE0")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProfilerLaunchExeTargetInfo : Microsoft.VisualStudio.Shell.Interop.IVsProfilerLaunchTargetInfo
[<System.Runtime.InteropServices.Guid("9DF0CDE8-5971-408A-B76F-993A8A78EEE0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfilerLaunchExeTargetInfo = interface
    interface IVsProfilerLaunchTargetInfo
[<System.Runtime.InteropServices.Guid("9DF0CDE8-5971-408A-B76F-993A8A78EEE0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfilerLaunchExeTargetInfo = interface
    interface IVsProfilerLaunchTargetInfo
    interface IVsProfilerTargetInfo
Public Interface IVsProfilerLaunchExeTargetInfo
Implements IVsProfilerLaunchTargetInfo
Attributes
Implements

Properties

EnvironmentSettings
ExecutableArguments

Gets the command-line arguments for the executable.

ExecutablePath

Gets the executable name and, optionally, the full path.

LaunchProfilerFlags
ProcessArchitecture
References
WorkingDirectory

Gets the working directory in which the process is to run.

Applies to