Table of Contents

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(ISegmentReference)

Creates a new unresolved method body stub.

public UnresolvedMethodBody(ISegmentReference address)

Parameters

address ISegmentReference

The reference to the start of the method body.