Class InlineFieldInstruction
- Namespace
- ClrTest.Reflection
- Assembly
- MASES.JCOReflectorEngine.dll
public class InlineFieldInstruction : ILInstruction
- Inheritance
-
InlineFieldInstruction
- Inherited Members
Properties
Field
public FieldInfo Field { get; }
Property Value
Token
public int Token { get; }
Property Value
Methods
Accept(ILInstructionVisitor)
public override void Accept(ILInstructionVisitor vistor)
Parameters
vistor
ILInstructionVisitor