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
Token
public int Token { get; }
Property Value
Methods
Accept(ILInstructionVisitor)
public override void Accept(ILInstructionVisitor vistor)
Parameters
vistor
ILInstructionVisitor