ICLRDebugging Interface

Definição

Essa interface expõe as APIs de inicialização da arquitetura de pipeline nativa

public interface class ICLRDebugging
[System.Runtime.InteropServices.Guid("D28F3C5A-9634-4206-A509-477552EEFB10")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICLRDebugging
[<System.Runtime.InteropServices.Guid("D28F3C5A-9634-4206-A509-477552EEFB10")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICLRDebugging = interface
Public Interface ICLRDebugging
Atributos

Métodos

CanUnloadNow(IntPtr)

Determina se o módulo não está mais em uso

OpenVirtualProcess(UInt64, Object, ICLRDebuggingLibraryProvider, ClrDebuggingVersion, Guid, Object, ClrDebuggingVersion, ClrDebuggingProcessFlags)

Detecta se um módulo nativo representa um CLR e, em caso afirmativo, fornece a interface de depuração e as informações de controle de versão

Aplica-se a