Class UnresolvedMethodBody
- Namespace
- AsmResolver.DotNet.Code
- Assembly
- AsmResolver.DotNet.dll
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.
public class UnresolvedMethodBody : MethodBody
- Inheritance
-
UnresolvedMethodBody
- Inherited Members
Constructors
UnresolvedMethodBody(MethodDefinition, ISegmentReference)
Creates a new unresolved method body stub.
public UnresolvedMethodBody(MethodDefinition owner, ISegmentReference address)
Parameters
owner
MethodDefinitionThe owner of the method body.
address
ISegmentReferenceThe reference to the start of the method body.