ICLRDebugging Interface

Definition

This interface exposes the native pipeline architecture startup APIs

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
Attributes

Methods

CanUnloadNow(IntPtr)

Determines if the module is no longer in use

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

Detects if a native module represents a CLR and if so provides the debugging interface and versioning information

Applies to