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)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("9DF0CDE8-5971-408A-B76F-993A8A78EEE0")]
public interface IVsProfilerLaunchExeTargetInfo : IVsProfilerLaunchTargetInfo

NameDescription
System_CAPS_pubpropertyEnvironmentSettings

System_CAPS_pubpropertyExecutableArguments

Gets the command-line arguments for the executable.

System_CAPS_pubpropertyExecutablePath

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

System_CAPS_pubpropertyLaunchProfilerFlags

System_CAPS_pubpropertyProcessArchitecture

System_CAPS_pubpropertyReferences

System_CAPS_pubpropertyWorkingDirectory

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

Return to top
Show: