IVsProfilerLaunchExeTargetInfo 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定由探查器启动的可执行目标,而不是项目系统。
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 |
获取要在其中运行进程的工作目录。 |