ICLRDebuggingLibraryProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |