Created
July 24, 2020 12:20
-
-
Save Softanics/1b11c7e3d3dc282b320fc948bc8e661a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.method private instance void IsAutoLayoutgetCanTimeout(object sender, | |
class [mscorlib]System.EventArgs e) cil managed | |
{ | |
// Code size 36 (0x24) | |
.maxstack 9 | |
.locals init (int32 V_0, | |
int32 V_1, | |
int32[] V_2, | |
uint8[] V_3, | |
bool V_4, | |
object V_5) | |
IL_0000: ldc.i4.1 | |
IL_0001: stloc.0 | |
IL_0002: nop | |
IL_0003: ldloc.0 | |
IL_0004: ldc.i4.0 | |
IL_0005: beq.s IL_0023 | |
IL_0007: ldloca.s V_0 | |
IL_0009: ldloca.s V_1 | |
IL_000b: ldloca.s V_2 | |
IL_000d: ldloca.s V_3 | |
IL_000f: ldloca.s V_4 | |
IL_0011: ldloca.s V_5 | |
IL_0013: ldarg.0 | |
IL_0014: ldsfld native int[] ArmDotSample.Form1::InAttributeGetComInterfaceForObjectInContext | |
IL_0019: ldloc.0 | |
IL_001a: ldelem.i | |
IL_001b: calli void(int32&,int32&,int32[]&,uint8[]&,bool&,object&,class ArmDotSample.Form1) | |
IL_0020: nop | |
IL_0021: br.s IL_0002 | |
IL_0023: ret | |
} // end of method Form1::IsAutoLayoutgetCanTimeout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment