ICLRDebuggingLibraryProvider3 interface
Includes callback methods that allow common language runtime version-specific debugging libraries to be located and loaded on demand for .NET Core regular and single-file applications. This interface is required by the RegisterForRuntimeStartup3 and CreateDebuggingInterfaceFromVersion3 methods. It is supported by the ICLRDebugging::OpenVirtualProcess
method acquired with dbgshim's CLRCreateInstance API.
Methods
Method | Description |
---|---|
ProvideWindowsLibrary | Allows the debugger to provide a path to a version-specific Windows debugging library. |
ProvideUnixLibrary | Allows the debugger to provide a path to a version-specific Linux or macOS debugging library. |
Requirements
Platforms: See .NET supported operating systems.
Header: dbgshim.h
Library: dbgshim.dll, libdbgshim.so, libdbgshim.dylib
.NET Versions: Available since .NET 6.0
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.