Namespace Echo.Platforms.AsmResolver
Classes
- AsmResolverExtensions
Provides extension methods to AsmResolver models.
- CilArchitecture
Provides a description of the CIL instruction set architecture (ISA) that is modelled by AsmResolver.
- CilInstructionFormatterAdapter
Provides a custom formatter for CilInstructions.
- CilParameter
Represents a parameter that is declared and can be referenced within a CIL method.
- CilPurityClassifier
Provides an implementation for the IPurityClassifier<TInstruction> interface that determines whether CIL instructions are considered pure or have side effects.
- CilStateTransitioner
Provides an implementation of a state transition resolver for the CIL instruction set.
- CilStaticSuccessorResolver
Provides an implementation of IStaticSuccessorResolver<TInstruction>
- CilVariable
Represents a variable that is declared and can be referenced within a CIL method body.