Class CorModule
public sealed class CorModule : WrapperBase
- Inheritance
-
CorModule
Properties
- SupportsCreateReaderForInMemorySymbols
Explicit API to check whether the CreateReaderForInMemorySymbols APIs are supported. We still want to work with older versions of ICorDebug and even newer versions may not support this API when debugging an older CLR.
Methods
- CreateReaderForInMemorySymbols()
Typeless version of CreateReaderForInMemorySymbols, useful for when the type of interface to be used is not yet known. Also fails gracefully (returns null) if this API is not supported.
- CreateReaderForInMemorySymbols(Guid)
ICorDebugModule3::CreateReaderForInMemorySymbols
- CreateReaderForInMemorySymbols<T>()
Typesafe wrapper around CreateReaderForInMemorySymbols.
- GetMetaDataInterface<T>()
Typesafe wrapper around GetMetaDataInterface.