Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Requests that the profiler attach to the specified process identifier.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("85DE5AFD-0624-45ED-B0B7-53666BEBDFDB")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsProfilerAttachTargetInfo _
Inherits IVsProfilerTargetInfo
[GuidAttribute("85DE5AFD-0624-45ED-B0B7-53666BEBDFDB")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProfilerAttachTargetInfo : IVsProfilerTargetInfo
[GuidAttribute(L"85DE5AFD-0624-45ED-B0B7-53666BEBDFDB")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsProfilerAttachTargetInfo : IVsProfilerTargetInfo
[<GuidAttribute("85DE5AFD-0624-45ED-B0B7-53666BEBDFDB")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfilerAttachTargetInfo =
interface
interface IVsProfilerTargetInfo
end
public interface IVsProfilerAttachTargetInfo extends IVsProfilerTargetInfo
The IVsProfilerAttachTargetInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ProcessArchitecture | |
![]() |
ProcessId | Gets the process identifier to which to attach. |
Top
Remarks
The process identifier does not need to be set correctly until LaunchProfiler has been called, but the process architecture must be available earlier.