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)
Syntax
'Declaration
<GuidAttribute("11F356E3-2BDC-4AB4-ACD2-48DB043951AA")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsProfilerTargetInfo
[GuidAttribute("11F356E3-2BDC-4AB4-ACD2-48DB043951AA")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProfilerTargetInfo
[GuidAttribute(L"11F356E3-2BDC-4AB4-ACD2-48DB043951AA")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsProfilerTargetInfo
[<GuidAttribute("11F356E3-2BDC-4AB4-ACD2-48DB043951AA")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfilerTargetInfo = interface end
public interface IVsProfilerTargetInfo
The IVsProfilerTargetInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
ProcessArchitecture | Gets the architecture of the process that will be launched. This information is needed to correctly determine which profiling monitor to start. |
Top