ICorDebugComObjectValue Interface
Provides methods to retrieve information associated with a runtime callable wrapper (RCW).
Methods
Method | Description |
---|---|
GetCachedInterfacePointers Method | Gets the raw interface pointers cached on the current RCW. |
GetCachedInterfaceTypes Method | Provides an enumerator for the interface types that the current object has been cased to or used as. |
Remarks
To check whether an instance of an "ICorDebugValue" interface represents an RCW, a debugger calls QueryInterface
on "ICorDebugValue" with IID_ICorDebugComObjectValue
.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4.5
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.