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