Namespace Echo.Platforms.AsmResolver.Emulation.Dispatch.ObjectModel
Classes
- BoxHandler
Implements a CIL instruction handler for
boxoperations.
- CallHandler
Implements a CIL instruction handler for
calloperations.
- CallHandlerBase
Provides a base implementation for operation codes that call functions or methods.
- CallVirtHandler
Implements a CIL instruction handler for
callvirtoperations.
- CastClassHandler
Implements a CIL instruction handler for
castclassoperations.
- CastOpCodeHandlerBase
Provides a base for instructions implementing type-casting and boxing behavior.
- ConstrainedHandler
Implements a CIL instruction handler for
constrainedprefix operations.
- FieldOpCodeHandler
Represents a handler that handles opcodes related to field access.
- IsInstHandler
Implements a CIL instruction handler for
isinstoperations.
- LdFldHandler
Implements a CIL instruction handler for
ldfldoperations.
- LdFldaHandler
Implements a CIL instruction handler for
ldfldaoperations.
- LdTokenHandler
Implements a CIL instruction handler for
ldtokenoperations.
- LdftnHandler
Implements a CIL instruction handler for
ldftninstruction.
- LdsFldHandler
Implements a CIL instruction handler for
ldsfldoperations.
- LdsFldaHandler
Implements a CIL instruction handler for
ldsfldaoperations.
- NewObjHandler
Implements a CIL instruction handler for
newobjoperations.
- SizeOfHandler
Implements a CIL instruction handler for
sizeofoperations.
- StFldHandler
Implements a CIL instruction handler for
stfldoperations.
- StsFldHandler
Implements a CIL instruction handler for
stsfldoperations.
- UnboxAnyHandler
Implements a CIL instruction handler for
unbox.anyoperations.
- UnboxHandler
Implements a CIL instruction handler for
unboxoperations.
- UnboxHandlerBase
Provides a base for instructions implementing unboxing behavior.
Structs
- MethodDevirtualizationResult
Provides information about the result of a method devirtualization process.