ICLRDebugging Interface
Provides methods that handle loading and unloading modules for debugging.
Methods
Method | Description |
---|---|
OpenVirtualProcess Method | Gets the "ICorDebugProcess" interface that corresponds to a common language runtime (CLR) module loaded in the process. |
CanUnloadNow Method | Determines whether a library that was provided by an ICLRDebuggingLibraryProvider interface is still in use or can be unloaded. |
Remarks
You can obtain an instance of the ICLRDebugging
interface by using the CLRCreateInstance function.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.