IVsProfilerAttachTargetInfo 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.
Requests that the profiler attach to the specified process identifier.
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
- Attributes
- Implements
Remarks
The process identifier does not need to be set correctly until LaunchProfiler has been called, but the process architecture must be available earlier.
Properties
ProcessArchitecture | |
ProcessId |
Gets the process identifier to which to attach. |