IVsProfilerAttachTargetInfo Interface

Definição

Solicita que o criador de perfil anexe ao identificador de processo especificado.

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
Atributos
Implementações

Comentários

O identificador do processo não precisa ser definido corretamente até que LaunchProfiler tenha sido chamado, mas a arquitetura do processo deve estar disponível antes.

Propriedades

ProcessArchitecture
ProcessId

Obtém o identificador do processo ao qual anexar.

Aplica-se a