IVsProfilerAttachTargetInfo 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
请求探查器附加到指定的进程标识符。
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 |
获取要附加到的进程标识符。 |