IVsProfilerLaunchTargetInfo Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | EnvironmentSettings | Gets the environment variables that the project system sets for the process to be launched. These variables are returned as a series of elements in the form “Variable=Value”. |
![]() | LaunchProfilerFlags | Gets the flags that affect the launch. |
![]() | ProcessArchitecture | Gets the architecture of the process that will be launched. This information is needed to correctly determine which profiling monitor to start. |
![]() | References | Gets the references. If binaries are referenced by this project, they are returned in this property. For VSLangProj.VSProjects, this can be the References property. You can also provide the full path to a project file if you have a project reference. |
Show:
