IVsProfilerLaunchExeTargetInfo 接口

定义

指定由探查器启动的可执行目标,而不是项目系统。

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
Public Interface IVsProfilerLaunchExeTargetInfo
Implements IVsProfilerLaunchTargetInfo
属性
实现

属性

EnvironmentSettings
ExecutableArguments

获取可执行文件的命令行参数。

ExecutablePath

获取可执行文件名称和完整路径(可选)。

LaunchProfilerFlags
ProcessArchitecture
References
WorkingDirectory

获取要在其中运行进程的工作目录。

适用于