Understanding how ldstr gets string literal

后端 未结 0 1536
清酒与你
清酒与你 2020-11-22 05:49

I want to analyse the IL code of a simple c# method:

public static string test()
{
    return "hello";
}

When I call GetILAsB

相关标签:
回答
  • 消灭零回复
提交回复
热议问题