Show / Hide Table of Contents

Class Code

By adding the following using statement to your source code: using static HarmonyLib.Code; you can for example start using Ldarg_1 in you code instead of new CodeMatch(OpCodes.Ldarg_1) and then you can use array notation to add an operand and/or a name: Call[myMethodInfo] instead of new CodeMatch(OpCodes.Call, myMethodInfo)

Inheritance
object
Code
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public static class Code

Properties

Add

Declaration
public static Code.Add_ Add { get; }
Property Value
Type Description
Code.Add_

Add_Ovf

Declaration
public static Code.Add_Ovf_ Add_Ovf { get; }
Property Value
Type Description
Code.Add_Ovf_

Add_Ovf_Un

Declaration
public static Code.Add_Ovf_Un_ Add_Ovf_Un { get; }
Property Value
Type Description
Code.Add_Ovf_Un_

And

Declaration
public static Code.And_ And { get; }
Property Value
Type Description
Code.And_

Arglist

Declaration
public static Code.Arglist_ Arglist { get; }
Property Value
Type Description
Code.Arglist_

Beq

Declaration
public static Code.Beq_ Beq { get; }
Property Value
Type Description
Code.Beq_

Beq_S

Declaration
public static Code.Beq_S_ Beq_S { get; }
Property Value
Type Description
Code.Beq_S_

Bge

Declaration
public static Code.Bge_ Bge { get; }
Property Value
Type Description
Code.Bge_

Bge_S

Declaration
public static Code.Bge_S_ Bge_S { get; }
Property Value
Type Description
Code.Bge_S_

Bge_Un

Declaration
public static Code.Bge_Un_ Bge_Un { get; }
Property Value
Type Description
Code.Bge_Un_

Bge_Un_S

Declaration
public static Code.Bge_Un_S_ Bge_Un_S { get; }
Property Value
Type Description
Code.Bge_Un_S_

Bgt

Declaration
public static Code.Bgt_ Bgt { get; }
Property Value
Type Description
Code.Bgt_

Bgt_S

Declaration
public static Code.Bgt_S_ Bgt_S { get; }
Property Value
Type Description
Code.Bgt_S_

Bgt_Un

Declaration
public static Code.Bgt_Un_ Bgt_Un { get; }
Property Value
Type Description
Code.Bgt_Un_

Bgt_Un_S

Declaration
public static Code.Bgt_Un_S_ Bgt_Un_S { get; }
Property Value
Type Description
Code.Bgt_Un_S_

Ble

Declaration
public static Code.Ble_ Ble { get; }
Property Value
Type Description
Code.Ble_

Ble_S

Declaration
public static Code.Ble_S_ Ble_S { get; }
Property Value
Type Description
Code.Ble_S_

Ble_Un

Declaration
public static Code.Ble_Un_ Ble_Un { get; }
Property Value
Type Description
Code.Ble_Un_

Ble_Un_S

Declaration
public static Code.Ble_Un_S_ Ble_Un_S { get; }
Property Value
Type Description
Code.Ble_Un_S_

Blt

Declaration
public static Code.Blt_ Blt { get; }
Property Value
Type Description
Code.Blt_

Blt_S

Declaration
public static Code.Blt_S_ Blt_S { get; }
Property Value
Type Description
Code.Blt_S_

Blt_Un

Declaration
public static Code.Blt_Un_ Blt_Un { get; }
Property Value
Type Description
Code.Blt_Un_

Blt_Un_S

Declaration
public static Code.Blt_Un_S_ Blt_Un_S { get; }
Property Value
Type Description
Code.Blt_Un_S_

Bne_Un

Declaration
public static Code.Bne_Un_ Bne_Un { get; }
Property Value
Type Description
Code.Bne_Un_

Bne_Un_S

Declaration
public static Code.Bne_Un_S_ Bne_Un_S { get; }
Property Value
Type Description
Code.Bne_Un_S_

Box

Declaration
public static Code.Box_ Box { get; }
Property Value
Type Description
Code.Box_

Br

Declaration
public static Code.Br_ Br { get; }
Property Value
Type Description
Code.Br_

Br_S

Declaration
public static Code.Br_S_ Br_S { get; }
Property Value
Type Description
Code.Br_S_

Break

Declaration
public static Code.Break_ Break { get; }
Property Value
Type Description
Code.Break_

Brfalse

Declaration
public static Code.Brfalse_ Brfalse { get; }
Property Value
Type Description
Code.Brfalse_

Brfalse_S

Declaration
public static Code.Brfalse_S_ Brfalse_S { get; }
Property Value
Type Description
Code.Brfalse_S_

Brtrue

Declaration
public static Code.Brtrue_ Brtrue { get; }
Property Value
Type Description
Code.Brtrue_

Brtrue_S

Declaration
public static Code.Brtrue_S_ Brtrue_S { get; }
Property Value
Type Description
Code.Brtrue_S_

Call

Declaration
public static Code.Call_ Call { get; }
Property Value
Type Description
Code.Call_

Calli

Declaration
public static Code.Calli_ Calli { get; }
Property Value
Type Description
Code.Calli_

Callvirt

Declaration
public static Code.Callvirt_ Callvirt { get; }
Property Value
Type Description
Code.Callvirt_

Castclass

Declaration
public static Code.Castclass_ Castclass { get; }
Property Value
Type Description
Code.Castclass_

Ceq

Declaration
public static Code.Ceq_ Ceq { get; }
Property Value
Type Description
Code.Ceq_

Cgt

Declaration
public static Code.Cgt_ Cgt { get; }
Property Value
Type Description
Code.Cgt_

Cgt_Un

Declaration
public static Code.Cgt_Un_ Cgt_Un { get; }
Property Value
Type Description
Code.Cgt_Un_

Ckfinite

Declaration
public static Code.Ckfinite_ Ckfinite { get; }
Property Value
Type Description
Code.Ckfinite_

Clt

Declaration
public static Code.Clt_ Clt { get; }
Property Value
Type Description
Code.Clt_

Clt_Un

Declaration
public static Code.Clt_Un_ Clt_Un { get; }
Property Value
Type Description
Code.Clt_Un_

Constrained

Declaration
public static Code.Constrained_ Constrained { get; }
Property Value
Type Description
Code.Constrained_

Conv_I

Declaration
public static Code.Conv_I_ Conv_I { get; }
Property Value
Type Description
Code.Conv_I_

Conv_I1

Declaration
public static Code.Conv_I1_ Conv_I1 { get; }
Property Value
Type Description
Code.Conv_I1_

Conv_I2

Declaration
public static Code.Conv_I2_ Conv_I2 { get; }
Property Value
Type Description
Code.Conv_I2_

Conv_I4

Declaration
public static Code.Conv_I4_ Conv_I4 { get; }
Property Value
Type Description
Code.Conv_I4_

Conv_I8

Declaration
public static Code.Conv_I8_ Conv_I8 { get; }
Property Value
Type Description
Code.Conv_I8_

Conv_Ovf_I

Declaration
public static Code.Conv_Ovf_I_ Conv_Ovf_I { get; }
Property Value
Type Description
Code.Conv_Ovf_I_

Conv_Ovf_I1

Declaration
public static Code.Conv_Ovf_I1_ Conv_Ovf_I1 { get; }
Property Value
Type Description
Code.Conv_Ovf_I1_

Conv_Ovf_I1_Un

Declaration
public static Code.Conv_Ovf_I1_Un_ Conv_Ovf_I1_Un { get; }
Property Value
Type Description
Code.Conv_Ovf_I1_Un_

Conv_Ovf_I2

Declaration
public static Code.Conv_Ovf_I2_ Conv_Ovf_I2 { get; }
Property Value
Type Description
Code.Conv_Ovf_I2_

Conv_Ovf_I2_Un

Declaration
public static Code.Conv_Ovf_I2_Un_ Conv_Ovf_I2_Un { get; }
Property Value
Type Description
Code.Conv_Ovf_I2_Un_

Conv_Ovf_I4

Declaration
public static Code.Conv_Ovf_I4_ Conv_Ovf_I4 { get; }
Property Value
Type Description
Code.Conv_Ovf_I4_

Conv_Ovf_I4_Un

Declaration
public static Code.Conv_Ovf_I4_Un_ Conv_Ovf_I4_Un { get; }
Property Value
Type Description
Code.Conv_Ovf_I4_Un_

Conv_Ovf_I8

Declaration
public static Code.Conv_Ovf_I8_ Conv_Ovf_I8 { get; }
Property Value
Type Description
Code.Conv_Ovf_I8_

Conv_Ovf_I8_Un

Declaration
public static Code.Conv_Ovf_I8_Un_ Conv_Ovf_I8_Un { get; }
Property Value
Type Description
Code.Conv_Ovf_I8_Un_

Conv_Ovf_I_Un

Declaration
public static Code.Conv_Ovf_I_Un_ Conv_Ovf_I_Un { get; }
Property Value
Type Description
Code.Conv_Ovf_I_Un_

Conv_Ovf_U

Declaration
public static Code.Conv_Ovf_U_ Conv_Ovf_U { get; }
Property Value
Type Description
Code.Conv_Ovf_U_

Conv_Ovf_U1

Declaration
public static Code.Conv_Ovf_U1_ Conv_Ovf_U1 { get; }
Property Value
Type Description
Code.Conv_Ovf_U1_

Conv_Ovf_U1_Un

Declaration
public static Code.Conv_Ovf_U1_Un_ Conv_Ovf_U1_Un { get; }
Property Value
Type Description
Code.Conv_Ovf_U1_Un_

Conv_Ovf_U2

Declaration
public static Code.Conv_Ovf_U2_ Conv_Ovf_U2 { get; }
Property Value
Type Description
Code.Conv_Ovf_U2_

Conv_Ovf_U2_Un

Declaration
public static Code.Conv_Ovf_U2_Un_ Conv_Ovf_U2_Un { get; }
Property Value
Type Description
Code.Conv_Ovf_U2_Un_

Conv_Ovf_U4

Declaration
public static Code.Conv_Ovf_U4_ Conv_Ovf_U4 { get; }
Property Value
Type Description
Code.Conv_Ovf_U4_

Conv_Ovf_U4_Un

Declaration
public static Code.Conv_Ovf_U4_Un_ Conv_Ovf_U4_Un { get; }
Property Value
Type Description
Code.Conv_Ovf_U4_Un_

Conv_Ovf_U8

Declaration
public static Code.Conv_Ovf_U8_ Conv_Ovf_U8 { get; }
Property Value
Type Description
Code.Conv_Ovf_U8_

Conv_Ovf_U8_Un

Declaration
public static Code.Conv_Ovf_U8_Un_ Conv_Ovf_U8_Un { get; }
Property Value
Type Description
Code.Conv_Ovf_U8_Un_

Conv_Ovf_U_Un

Declaration
public static Code.Conv_Ovf_U_Un_ Conv_Ovf_U_Un { get; }
Property Value
Type Description
Code.Conv_Ovf_U_Un_

Conv_R4

Declaration
public static Code.Conv_R4_ Conv_R4 { get; }
Property Value
Type Description
Code.Conv_R4_

Conv_R8

Declaration
public static Code.Conv_R8_ Conv_R8 { get; }
Property Value
Type Description
Code.Conv_R8_

Conv_R_Un

Declaration
public static Code.Conv_R_Un_ Conv_R_Un { get; }
Property Value
Type Description
Code.Conv_R_Un_

Conv_U

Declaration
public static Code.Conv_U_ Conv_U { get; }
Property Value
Type Description
Code.Conv_U_

Conv_U1

Declaration
public static Code.Conv_U1_ Conv_U1 { get; }
Property Value
Type Description
Code.Conv_U1_

Conv_U2

Declaration
public static Code.Conv_U2_ Conv_U2 { get; }
Property Value
Type Description
Code.Conv_U2_

Conv_U4

Declaration
public static Code.Conv_U4_ Conv_U4 { get; }
Property Value
Type Description
Code.Conv_U4_

Conv_U8

Declaration
public static Code.Conv_U8_ Conv_U8 { get; }
Property Value
Type Description
Code.Conv_U8_

Cpblk

Declaration
public static Code.Cpblk_ Cpblk { get; }
Property Value
Type Description
Code.Cpblk_

Cpobj

Declaration
public static Code.Cpobj_ Cpobj { get; }
Property Value
Type Description
Code.Cpobj_

Div

Declaration
public static Code.Div_ Div { get; }
Property Value
Type Description
Code.Div_

Div_Un

Declaration
public static Code.Div_Un_ Div_Un { get; }
Property Value
Type Description
Code.Div_Un_

Dup

Declaration
public static Code.Dup_ Dup { get; }
Property Value
Type Description
Code.Dup_

Endfilter

Declaration
public static Code.Endfilter_ Endfilter { get; }
Property Value
Type Description
Code.Endfilter_

Endfinally

Declaration
public static Code.Endfinally_ Endfinally { get; }
Property Value
Type Description
Code.Endfinally_

Initblk

Declaration
public static Code.Initblk_ Initblk { get; }
Property Value
Type Description
Code.Initblk_

Initobj

Declaration
public static Code.Initobj_ Initobj { get; }
Property Value
Type Description
Code.Initobj_

Isinst

Declaration
public static Code.Isinst_ Isinst { get; }
Property Value
Type Description
Code.Isinst_

Jmp

Declaration
public static Code.Jmp_ Jmp { get; }
Property Value
Type Description
Code.Jmp_

Ldarg

Declaration
public static Code.Ldarg_ Ldarg { get; }
Property Value
Type Description
Code.Ldarg_

Ldarg_0

Declaration
public static Code.Ldarg_0_ Ldarg_0 { get; }
Property Value
Type Description
Code.Ldarg_0_

Ldarg_1

Declaration
public static Code.Ldarg_1_ Ldarg_1 { get; }
Property Value
Type Description
Code.Ldarg_1_

Ldarg_2

Declaration
public static Code.Ldarg_2_ Ldarg_2 { get; }
Property Value
Type Description
Code.Ldarg_2_

Ldarg_3

Declaration
public static Code.Ldarg_3_ Ldarg_3 { get; }
Property Value
Type Description
Code.Ldarg_3_

Ldarg_S

Declaration
public static Code.Ldarg_S_ Ldarg_S { get; }
Property Value
Type Description
Code.Ldarg_S_

Ldarga

Declaration
public static Code.Ldarga_ Ldarga { get; }
Property Value
Type Description
Code.Ldarga_

Ldarga_S

Declaration
public static Code.Ldarga_S_ Ldarga_S { get; }
Property Value
Type Description
Code.Ldarga_S_

Ldc_I4

Declaration
public static Code.Ldc_I4_ Ldc_I4 { get; }
Property Value
Type Description
Code.Ldc_I4_

Ldc_I4_0

Declaration
public static Code.Ldc_I4_0_ Ldc_I4_0 { get; }
Property Value
Type Description
Code.Ldc_I4_0_

Ldc_I4_1

Declaration
public static Code.Ldc_I4_1_ Ldc_I4_1 { get; }
Property Value
Type Description
Code.Ldc_I4_1_

Ldc_I4_2

Declaration
public static Code.Ldc_I4_2_ Ldc_I4_2 { get; }
Property Value
Type Description
Code.Ldc_I4_2_

Ldc_I4_3

Declaration
public static Code.Ldc_I4_3_ Ldc_I4_3 { get; }
Property Value
Type Description
Code.Ldc_I4_3_

Ldc_I4_4

Declaration
public static Code.Ldc_I4_4_ Ldc_I4_4 { get; }
Property Value
Type Description
Code.Ldc_I4_4_

Ldc_I4_5

Declaration
public static Code.Ldc_I4_5_ Ldc_I4_5 { get; }
Property Value
Type Description
Code.Ldc_I4_5_

Ldc_I4_6

Declaration
public static Code.Ldc_I4_6_ Ldc_I4_6 { get; }
Property Value
Type Description
Code.Ldc_I4_6_

Ldc_I4_7

Declaration
public static Code.Ldc_I4_7_ Ldc_I4_7 { get; }
Property Value
Type Description
Code.Ldc_I4_7_

Ldc_I4_8

Declaration
public static Code.Ldc_I4_8_ Ldc_I4_8 { get; }
Property Value
Type Description
Code.Ldc_I4_8_

Ldc_I4_M1

Declaration
public static Code.Ldc_I4_M1_ Ldc_I4_M1 { get; }
Property Value
Type Description
Code.Ldc_I4_M1_

Ldc_I4_S

Declaration
public static Code.Ldc_I4_S_ Ldc_I4_S { get; }
Property Value
Type Description
Code.Ldc_I4_S_

Ldc_I8

Declaration
public static Code.Ldc_I8_ Ldc_I8 { get; }
Property Value
Type Description
Code.Ldc_I8_

Ldc_R4

Declaration
public static Code.Ldc_R4_ Ldc_R4 { get; }
Property Value
Type Description
Code.Ldc_R4_

Ldc_R8

Declaration
public static Code.Ldc_R8_ Ldc_R8 { get; }
Property Value
Type Description
Code.Ldc_R8_

Ldelem

Declaration
public static Code.Ldelem_ Ldelem { get; }
Property Value
Type Description
Code.Ldelem_

Ldelem_I

Declaration
public static Code.Ldelem_I_ Ldelem_I { get; }
Property Value
Type Description
Code.Ldelem_I_

Ldelem_I1

Declaration
public static Code.Ldelem_I1_ Ldelem_I1 { get; }
Property Value
Type Description
Code.Ldelem_I1_

Ldelem_I2

Declaration
public static Code.Ldelem_I2_ Ldelem_I2 { get; }
Property Value
Type Description
Code.Ldelem_I2_

Ldelem_I4

Declaration
public static Code.Ldelem_I4_ Ldelem_I4 { get; }
Property Value
Type Description
Code.Ldelem_I4_

Ldelem_I8

Declaration
public static Code.Ldelem_I8_ Ldelem_I8 { get; }
Property Value
Type Description
Code.Ldelem_I8_

Ldelem_R4

Declaration
public static Code.Ldelem_R4_ Ldelem_R4 { get; }
Property Value
Type Description
Code.Ldelem_R4_

Ldelem_R8

Declaration
public static Code.Ldelem_R8_ Ldelem_R8 { get; }
Property Value
Type Description
Code.Ldelem_R8_

Ldelem_Ref

Declaration
public static Code.Ldelem_Ref_ Ldelem_Ref { get; }
Property Value
Type Description
Code.Ldelem_Ref_

Ldelem_U1

Declaration
public static Code.Ldelem_U1_ Ldelem_U1 { get; }
Property Value
Type Description
Code.Ldelem_U1_

Ldelem_U2

Declaration
public static Code.Ldelem_U2_ Ldelem_U2 { get; }
Property Value
Type Description
Code.Ldelem_U2_

Ldelem_U4

Declaration
public static Code.Ldelem_U4_ Ldelem_U4 { get; }
Property Value
Type Description
Code.Ldelem_U4_

Ldelema

Declaration
public static Code.Ldelema_ Ldelema { get; }
Property Value
Type Description
Code.Ldelema_

Ldfld

Declaration
public static Code.Ldfld_ Ldfld { get; }
Property Value
Type Description
Code.Ldfld_

Ldflda

Declaration
public static Code.Ldflda_ Ldflda { get; }
Property Value
Type Description
Code.Ldflda_

Ldftn

Declaration
public static Code.Ldftn_ Ldftn { get; }
Property Value
Type Description
Code.Ldftn_

Ldind_I

Declaration
public static Code.Ldind_I_ Ldind_I { get; }
Property Value
Type Description
Code.Ldind_I_

Ldind_I1

Declaration
public static Code.Ldind_I1_ Ldind_I1 { get; }
Property Value
Type Description
Code.Ldind_I1_

Ldind_I2

Declaration
public static Code.Ldind_I2_ Ldind_I2 { get; }
Property Value
Type Description
Code.Ldind_I2_

Ldind_I4

Declaration
public static Code.Ldind_I4_ Ldind_I4 { get; }
Property Value
Type Description
Code.Ldind_I4_

Ldind_I8

Declaration
public static Code.Ldind_I8_ Ldind_I8 { get; }
Property Value
Type Description
Code.Ldind_I8_

Ldind_R4

Declaration
public static Code.Ldind_R4_ Ldind_R4 { get; }
Property Value
Type Description
Code.Ldind_R4_

Ldind_R8

Declaration
public static Code.Ldind_R8_ Ldind_R8 { get; }
Property Value
Type Description
Code.Ldind_R8_

Ldind_Ref

Declaration
public static Code.Ldind_Ref_ Ldind_Ref { get; }
Property Value
Type Description
Code.Ldind_Ref_

Ldind_U1

Declaration
public static Code.Ldind_U1_ Ldind_U1 { get; }
Property Value
Type Description
Code.Ldind_U1_

Ldind_U2

Declaration
public static Code.Ldind_U2_ Ldind_U2 { get; }
Property Value
Type Description
Code.Ldind_U2_

Ldind_U4

Declaration
public static Code.Ldind_U4_ Ldind_U4 { get; }
Property Value
Type Description
Code.Ldind_U4_

Ldlen

Declaration
public static Code.Ldlen_ Ldlen { get; }
Property Value
Type Description
Code.Ldlen_

Ldloc

Declaration
public static Code.Ldloc_ Ldloc { get; }
Property Value
Type Description
Code.Ldloc_

Ldloc_0

Declaration
public static Code.Ldloc_0_ Ldloc_0 { get; }
Property Value
Type Description
Code.Ldloc_0_

Ldloc_1

Declaration
public static Code.Ldloc_1_ Ldloc_1 { get; }
Property Value
Type Description
Code.Ldloc_1_

Ldloc_2

Declaration
public static Code.Ldloc_2_ Ldloc_2 { get; }
Property Value
Type Description
Code.Ldloc_2_

Ldloc_3

Declaration
public static Code.Ldloc_3_ Ldloc_3 { get; }
Property Value
Type Description
Code.Ldloc_3_

Ldloc_S

Declaration
public static Code.Ldloc_S_ Ldloc_S { get; }
Property Value
Type Description
Code.Ldloc_S_

Ldloca

Declaration
public static Code.Ldloca_ Ldloca { get; }
Property Value
Type Description
Code.Ldloca_

Ldloca_S

Declaration
public static Code.Ldloca_S_ Ldloca_S { get; }
Property Value
Type Description
Code.Ldloca_S_

Ldnull

Declaration
public static Code.Ldnull_ Ldnull { get; }
Property Value
Type Description
Code.Ldnull_

Ldobj

Declaration
public static Code.Ldobj_ Ldobj { get; }
Property Value
Type Description
Code.Ldobj_

Ldsfld

Declaration
public static Code.Ldsfld_ Ldsfld { get; }
Property Value
Type Description
Code.Ldsfld_

Ldsflda

Declaration
public static Code.Ldsflda_ Ldsflda { get; }
Property Value
Type Description
Code.Ldsflda_

Ldstr

Declaration
public static Code.Ldstr_ Ldstr { get; }
Property Value
Type Description
Code.Ldstr_

Ldtoken

Declaration
public static Code.Ldtoken_ Ldtoken { get; }
Property Value
Type Description
Code.Ldtoken_

Ldvirtftn

Declaration
public static Code.Ldvirtftn_ Ldvirtftn { get; }
Property Value
Type Description
Code.Ldvirtftn_

Leave

Declaration
public static Code.Leave_ Leave { get; }
Property Value
Type Description
Code.Leave_

Leave_S

Declaration
public static Code.Leave_S_ Leave_S { get; }
Property Value
Type Description
Code.Leave_S_

Localloc

Declaration
public static Code.Localloc_ Localloc { get; }
Property Value
Type Description
Code.Localloc_

Mkrefany

Declaration
public static Code.Mkrefany_ Mkrefany { get; }
Property Value
Type Description
Code.Mkrefany_

Mul

Declaration
public static Code.Mul_ Mul { get; }
Property Value
Type Description
Code.Mul_

Mul_Ovf

Declaration
public static Code.Mul_Ovf_ Mul_Ovf { get; }
Property Value
Type Description
Code.Mul_Ovf_

Mul_Ovf_Un

Declaration
public static Code.Mul_Ovf_Un_ Mul_Ovf_Un { get; }
Property Value
Type Description
Code.Mul_Ovf_Un_

Neg

Declaration
public static Code.Neg_ Neg { get; }
Property Value
Type Description
Code.Neg_

Newarr

Declaration
public static Code.Newarr_ Newarr { get; }
Property Value
Type Description
Code.Newarr_

Newobj

Declaration
public static Code.Newobj_ Newobj { get; }
Property Value
Type Description
Code.Newobj_

Nop

Declaration
public static Code.Nop_ Nop { get; }
Property Value
Type Description
Code.Nop_

Not

Declaration
public static Code.Not_ Not { get; }
Property Value
Type Description
Code.Not_

Operand

Declaration
public static Code.Operand_ Operand { get; }
Property Value
Type Description
Code.Operand_

Or

Declaration
public static Code.Or_ Or { get; }
Property Value
Type Description
Code.Or_

Pop

Declaration
public static Code.Pop_ Pop { get; }
Property Value
Type Description
Code.Pop_

Prefix1

Declaration
public static Code.Prefix1_ Prefix1 { get; }
Property Value
Type Description
Code.Prefix1_

Prefix2

Declaration
public static Code.Prefix2_ Prefix2 { get; }
Property Value
Type Description
Code.Prefix2_

Prefix3

Declaration
public static Code.Prefix3_ Prefix3 { get; }
Property Value
Type Description
Code.Prefix3_

Prefix4

Declaration
public static Code.Prefix4_ Prefix4 { get; }
Property Value
Type Description
Code.Prefix4_

Prefix5

Declaration
public static Code.Prefix5_ Prefix5 { get; }
Property Value
Type Description
Code.Prefix5_

Prefix6

Declaration
public static Code.Prefix6_ Prefix6 { get; }
Property Value
Type Description
Code.Prefix6_

Prefix7

Declaration
public static Code.Prefix7_ Prefix7 { get; }
Property Value
Type Description
Code.Prefix7_

Prefixref

Declaration
public static Code.Prefixref_ Prefixref { get; }
Property Value
Type Description
Code.Prefixref_

Readonly

Declaration
public static Code.Readonly_ Readonly { get; }
Property Value
Type Description
Code.Readonly_

Refanytype

Declaration
public static Code.Refanytype_ Refanytype { get; }
Property Value
Type Description
Code.Refanytype_

Refanyval

Declaration
public static Code.Refanyval_ Refanyval { get; }
Property Value
Type Description
Code.Refanyval_

Rem

Declaration
public static Code.Rem_ Rem { get; }
Property Value
Type Description
Code.Rem_

Rem_Un

Declaration
public static Code.Rem_Un_ Rem_Un { get; }
Property Value
Type Description
Code.Rem_Un_

Ret

Declaration
public static Code.Ret_ Ret { get; }
Property Value
Type Description
Code.Ret_

Rethrow

Declaration
public static Code.Rethrow_ Rethrow { get; }
Property Value
Type Description
Code.Rethrow_

Shl

Declaration
public static Code.Shl_ Shl { get; }
Property Value
Type Description
Code.Shl_

Shr

Declaration
public static Code.Shr_ Shr { get; }
Property Value
Type Description
Code.Shr_

Shr_Un

Declaration
public static Code.Shr_Un_ Shr_Un { get; }
Property Value
Type Description
Code.Shr_Un_

Sizeof

Declaration
public static Code.Sizeof_ Sizeof { get; }
Property Value
Type Description
Code.Sizeof_

Starg

Declaration
public static Code.Starg_ Starg { get; }
Property Value
Type Description
Code.Starg_

Starg_S

Declaration
public static Code.Starg_S_ Starg_S { get; }
Property Value
Type Description
Code.Starg_S_

Stelem

Declaration
public static Code.Stelem_ Stelem { get; }
Property Value
Type Description
Code.Stelem_

Stelem_I

Declaration
public static Code.Stelem_I_ Stelem_I { get; }
Property Value
Type Description
Code.Stelem_I_

Stelem_I1

Declaration
public static Code.Stelem_I1_ Stelem_I1 { get; }
Property Value
Type Description
Code.Stelem_I1_

Stelem_I2

Declaration
public static Code.Stelem_I2_ Stelem_I2 { get; }
Property Value
Type Description
Code.Stelem_I2_

Stelem_I4

Declaration
public static Code.Stelem_I4_ Stelem_I4 { get; }
Property Value
Type Description
Code.Stelem_I4_

Stelem_I8

Declaration
public static Code.Stelem_I8_ Stelem_I8 { get; }
Property Value
Type Description
Code.Stelem_I8_

Stelem_R4

Declaration
public static Code.Stelem_R4_ Stelem_R4 { get; }
Property Value
Type Description
Code.Stelem_R4_

Stelem_R8

Declaration
public static Code.Stelem_R8_ Stelem_R8 { get; }
Property Value
Type Description
Code.Stelem_R8_

Stelem_Ref

Declaration
public static Code.Stelem_Ref_ Stelem_Ref { get; }
Property Value
Type Description
Code.Stelem_Ref_

Stfld

Declaration
public static Code.Stfld_ Stfld { get; }
Property Value
Type Description
Code.Stfld_

Stind_I

Declaration
public static Code.Stind_I_ Stind_I { get; }
Property Value
Type Description
Code.Stind_I_

Stind_I1

Declaration
public static Code.Stind_I1_ Stind_I1 { get; }
Property Value
Type Description
Code.Stind_I1_

Stind_I2

Declaration
public static Code.Stind_I2_ Stind_I2 { get; }
Property Value
Type Description
Code.Stind_I2_

Stind_I4

Declaration
public static Code.Stind_I4_ Stind_I4 { get; }
Property Value
Type Description
Code.Stind_I4_

Stind_I8

Declaration
public static Code.Stind_I8_ Stind_I8 { get; }
Property Value
Type Description
Code.Stind_I8_

Stind_R4

Declaration
public static Code.Stind_R4_ Stind_R4 { get; }
Property Value
Type Description
Code.Stind_R4_

Stind_R8

Declaration
public static Code.Stind_R8_ Stind_R8 { get; }
Property Value
Type Description
Code.Stind_R8_

Stind_Ref

Declaration
public static Code.Stind_Ref_ Stind_Ref { get; }
Property Value
Type Description
Code.Stind_Ref_

Stloc

Declaration
public static Code.Stloc_ Stloc { get; }
Property Value
Type Description
Code.Stloc_

Stloc_0

Declaration
public static Code.Stloc_0_ Stloc_0 { get; }
Property Value
Type Description
Code.Stloc_0_

Stloc_1

Declaration
public static Code.Stloc_1_ Stloc_1 { get; }
Property Value
Type Description
Code.Stloc_1_

Stloc_2

Declaration
public static Code.Stloc_2_ Stloc_2 { get; }
Property Value
Type Description
Code.Stloc_2_

Stloc_3

Declaration
public static Code.Stloc_3_ Stloc_3 { get; }
Property Value
Type Description
Code.Stloc_3_

Stloc_S

Declaration
public static Code.Stloc_S_ Stloc_S { get; }
Property Value
Type Description
Code.Stloc_S_

Stobj

Declaration
public static Code.Stobj_ Stobj { get; }
Property Value
Type Description
Code.Stobj_

Stsfld

Declaration
public static Code.Stsfld_ Stsfld { get; }
Property Value
Type Description
Code.Stsfld_

Sub

Declaration
public static Code.Sub_ Sub { get; }
Property Value
Type Description
Code.Sub_

Sub_Ovf

Declaration
public static Code.Sub_Ovf_ Sub_Ovf { get; }
Property Value
Type Description
Code.Sub_Ovf_

Sub_Ovf_Un

Declaration
public static Code.Sub_Ovf_Un_ Sub_Ovf_Un { get; }
Property Value
Type Description
Code.Sub_Ovf_Un_

Switch

Declaration
public static Code.Switch_ Switch { get; }
Property Value
Type Description
Code.Switch_

Tailcall

Declaration
public static Code.Tailcall_ Tailcall { get; }
Property Value
Type Description
Code.Tailcall_

Throw

Declaration
public static Code.Throw_ Throw { get; }
Property Value
Type Description
Code.Throw_

Unaligned

Declaration
public static Code.Unaligned_ Unaligned { get; }
Property Value
Type Description
Code.Unaligned_

Unbox

Declaration
public static Code.Unbox_ Unbox { get; }
Property Value
Type Description
Code.Unbox_

Unbox_Any

Declaration
public static Code.Unbox_Any_ Unbox_Any { get; }
Property Value
Type Description
Code.Unbox_Any_

Volatile

Declaration
public static Code.Volatile_ Volatile { get; }
Property Value
Type Description
Code.Volatile_

Xor

Declaration
public static Code.Xor_ Xor { get; }
Property Value
Type Description
Code.Xor_
In this article
Back to top Generated by DocFX