IVsProfilerTargetInfo Interface

Definition

Provides a base class for profiler target information.

public interface class IVsProfilerTargetInfo
public interface class IVsProfilerTargetInfo
__interface IVsProfilerTargetInfo
[System.Runtime.InteropServices.Guid("11F356E3-2BDC-4AB4-ACD2-48DB043951AA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProfilerTargetInfo
[<System.Runtime.InteropServices.Guid("11F356E3-2BDC-4AB4-ACD2-48DB043951AA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfilerTargetInfo = interface
Public Interface IVsProfilerTargetInfo
Derived
Attributes

Properties

ProcessArchitecture

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

Applies to