IVsProfilerAttachTargetInfo 接口

定义

请求探查器附加到指定的进程标识符。

public interface class IVsProfilerAttachTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerTargetInfo
public interface class IVsProfilerAttachTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerTargetInfo
__interface IVsProfilerAttachTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerTargetInfo
[System.Runtime.InteropServices.Guid("85DE5AFD-0624-45ED-B0B7-53666BEBDFDB")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProfilerAttachTargetInfo : Microsoft.VisualStudio.Shell.Interop.IVsProfilerTargetInfo
[<System.Runtime.InteropServices.Guid("85DE5AFD-0624-45ED-B0B7-53666BEBDFDB")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfilerAttachTargetInfo = interface
    interface IVsProfilerTargetInfo
Public Interface IVsProfilerAttachTargetInfo
Implements IVsProfilerTargetInfo
属性
实现

注解

在调用之前,无需正确设置进程标识符 LaunchProfiler ,但必须在之前提供处理体系结构。

属性

ProcessArchitecture
ProcessId

获取要附加到的进程标识符。

适用于