ILInstruction {Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.IL} .NET clr documentation

ILInstruction

Description

Declare

            
# namespace Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.IL
export class ILInstruction {
   Code: OpCode;
   Offset: integer;
   Operand: any kind;
   OperandData: Byte[];
}

        

.NET clr type reference tree

  1. use by property member Code: OpCode
  2. use by property member Operand: any kind
  3. use by property member OperandData: Byte

[Package {$package} version {$version} Index]