Namespace AsmResolver.DotNet.Code
Classes
- MethodBody
Represents a body of a method defined in a .NET assembly.
- MethodBodySerializationContext
Describes an environment in which a method body serializer currently exists in.
- MultiMethodBodySerializer
Provides an implementation for the IMethodBodySerializer that multiplexes two instances of the IMethodBodySerializer interface together, and uses one for serializing managed method bodies, and the other for unmanaged method bodies.
- UnresolvedMethodBody
Provides a wrapper around a ISegmentReference, pointing to the beginning of a method body. The interpretation of the data behind the pointer was left to the user.
Interfaces
- IMethodBodySerializer
Provides members for serializing a method body defined in a .NET module to a file segment.