IVsProfilerLaunchTargetInfo Properties

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

NameDescription
System_CAPS_pubpropertyEnvironmentSettings

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

System_CAPS_pubpropertyLaunchProfilerFlags

Gets the flags that affect the launch.

System_CAPS_pubpropertyProcessArchitecture

Gets the architecture of the process that will be launched. This information is needed to correctly determine which profiling monitor to start.

System_CAPS_pubpropertyReferences

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.

Return to top
Show: