IVsProfilerTargetInfo Interface

 

Provides a base class for profiler target information.

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

[GuidAttribute("11F356E3-2BDC-4AB4-ACD2-48DB043951AA")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProfilerTargetInfo

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

Return to top
Show: