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 | |
---|---|---|
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. |
Top