Table of Contents

Class InlineMethodInstruction

Namespace
ClrTest.Reflection
Assembly
MASES.JCOReflectorEngine.dll
public class InlineMethodInstruction : ILInstruction
Inheritance
InlineMethodInstruction
Inherited Members

Properties

Method

public MethodBase Method { get; }

Property Value

MethodBase

Token

public int Token { get; }

Property Value

int

Methods

Accept(ILInstructionVisitor)

public override void Accept(ILInstructionVisitor vistor)

Parameters

vistor ILInstructionVisitor