I want to analyse the IL code of a simple c# method:
public static string test() { return "hello"; }
When I call GetILAsB
GetILAsB