.method public hidebysig instance void fun(string h) cil managed
{
// Code size 133 (0x85)
.maxstack 2
.locals init (int32 V_0)
IL_0000: nop
IL_0001: ldstr "base called from "
IL_0006: ldarg.0
IL_0007: ldfld int64 ConsoleApp6.Base::x
IL_000c: box [System.Runtime]System.Int64
IL_0011: call string [System.Runtime]System.String::Concat(object,
object)
IL_0016: call void [System.Console]System.Console::Write(string)
IL_001b: nop
IL_001c: nop
IL_001d: ldstr "x value next after declartion is"
IL_0022: ldarg.0
IL_0023: ldfld int64 ConsoleApp6.Base::x
IL_0028: box [System.Runtime]System.Int64
IL_002d: call string [System.Runtime]System.String::Concat(object,
object)
7 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Karthik ChintalaPosted Jul 23, 2018, 12:20 AM
Hemalatha SunnapuPosted Jul 23, 2018, 5:49 AM
Hemalatha SunnapuPosted Jul 23, 2018, 4:38 AM
Karthik ChintalaPosted Jul 23, 2018, 4:34 AM
Hemalatha SunnapuPosted Jul 23, 2018, 4:27 AM
Karthik ChintalaPosted Jul 23, 2018, 3:37 AM
Hemalatha SunnapuPosted Jul 23, 2018, 1:54 AM