IVsProfilerTargetInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |