Udostępnij za pośrednictwem


ICLRDebuggingLibraryProvider Interface

Definition

Provides version specific debugging libraries such as mscordbi.dll and mscorwks.dll during startup in the native pipeline debugging architecture

public interface class ICLRDebuggingLibraryProvider
[System.Runtime.InteropServices.Guid("3151C08D-4D09-4f9b-8838-2880BF18FE51")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICLRDebuggingLibraryProvider
[<System.Runtime.InteropServices.Guid("3151C08D-4D09-4f9b-8838-2880BF18FE51")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICLRDebuggingLibraryProvider = interface
Public Interface ICLRDebuggingLibraryProvider
Attributes

Methods

ProvideLibrary(String, Int32, Int32, IntPtr)

Provides a version specific debugging library

Applies to