IVsProfilerAttachTargetInfo Interface

 

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)

[GuidAttribute("85DE5AFD-0624-45ED-B0B7-53666BEBDFDB")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProfilerAttachTargetInfo : IVsProfilerTargetInfo

NameDescription
System_CAPS_pubpropertyProcessArchitecture

System_CAPS_pubpropertyProcessId

Gets the process identifier to which to attach.

The process identifier does not need to be set correctly until LaunchProfiler has been called, but the process architecture must be available earlier.

Return to top
Show: