|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
|
|
|
|
|
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.17929 |
|
|
|
|
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.18020 |
|
|
|
|
// Copyright (c) Microsoft Corporation. All rights reserved. |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -10,7 +10,7 @@
@@ -10,7 +10,7 @@
|
|
|
|
|
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. |
|
|
|
|
.ver 4:0:0:0 |
|
|
|
|
} |
|
|
|
|
.assembly '2darmbjq' |
|
|
|
|
.assembly lseglqv2 |
|
|
|
|
{ |
|
|
|
|
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00 00 ) |
|
|
|
|
.custom instance void [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor() = ( 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx |
|
|
|
@ -20,15 +20,15 @@
@@ -20,15 +20,15 @@
|
|
|
|
|
.hash algorithm 0x00008004 |
|
|
|
|
.ver 0:0:0:0 |
|
|
|
|
} |
|
|
|
|
.module '2darmbjq.dll' |
|
|
|
|
// MVID: {947C8C54-1B8B-4766-9D81-4FCCD54C005F} |
|
|
|
|
.module lseglqv2.dll |
|
|
|
|
// MVID: {57E840D4-DC5F-44E8-80CB-5FE3F73EAEF2} |
|
|
|
|
.custom instance void [mscorlib]System.Security.UnverifiableCodeAttribute::.ctor() = ( 01 00 00 00 ) |
|
|
|
|
.imagebase 0x10000000 |
|
|
|
|
.file alignment 0x00000200 |
|
|
|
|
.stackreserve 0x00100000 |
|
|
|
|
.subsystem 0x0003 // WINDOWS_CUI |
|
|
|
|
.corflags 0x00000001 // ILONLY |
|
|
|
|
// Image base: 0x02B80000 |
|
|
|
|
// Image base: 0x02770000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// =============== CLASS MEMBERS DECLARATION =================== |
|
|
|
@ -272,6 +272,36 @@
@@ -272,6 +272,36 @@
|
|
|
|
|
IL_002d: ret |
|
|
|
|
} // end of method Using::UsingStatementOnStructWithVariable |
|
|
|
|
|
|
|
|
|
.method public hidebysig instance void |
|
|
|
|
GenericUsing<([mscorlib]System.IDisposable) T>(!!T t) cil managed |
|
|
|
|
{ |
|
|
|
|
// Code size 38 (0x26) |
|
|
|
|
.maxstack 1 |
|
|
|
|
.locals init (!!T V_0) |
|
|
|
|
IL_0000: ldarg.1 |
|
|
|
|
IL_0001: stloc.0 |
|
|
|
|
.try |
|
|
|
|
{ |
|
|
|
|
IL_0002: ldarg.1 |
|
|
|
|
IL_0003: box !!T |
|
|
|
|
IL_0008: call void [mscorlib]System.Console::WriteLine(object) |
|
|
|
|
IL_000d: leave.s IL_0025 |
|
|
|
|
|
|
|
|
|
} // end .try |
|
|
|
|
finally |
|
|
|
|
{ |
|
|
|
|
IL_000f: ldloc.0 |
|
|
|
|
IL_0010: box !!T |
|
|
|
|
IL_0015: brfalse.s IL_0024 |
|
|
|
|
|
|
|
|
|
IL_0017: ldloca.s V_0 |
|
|
|
|
IL_0019: constrained. !!T |
|
|
|
|
IL_001f: callvirt instance void [mscorlib]System.IDisposable::Dispose() |
|
|
|
|
IL_0024: endfinally |
|
|
|
|
} // end handler |
|
|
|
|
IL_0025: ret |
|
|
|
|
} // end of method Using::GenericUsing |
|
|
|
|
|
|
|
|
|
.method public hidebysig instance void |
|
|
|
|
NoUsing() cil managed |
|
|
|
|
{ |
|
|
|
|