IVsProfilerLaunchExeTargetInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |