ICLRDebugging Schnittstelle

Definition

Diese Schnittstelle macht die systemeigenen Start-APIs für Pipeline Architekturen verfügbar

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
Attribute

Methoden

CanUnloadNow(IntPtr)

Bestimmt, ob das Modul nicht mehr verwendet wird.

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

Erkennt, ob ein System eigenes Modul eine CLR darstellt, und wenn dies die Debugschnittstelle und Versionsinformationen bereitstellt.

Gilt für