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