-
extern mscorlib {} .method
static void Main() { .entrypoint .maxstack 1
ldstr "****o, world!" call void [mscorlib]System.Console::WriteLine(string) ret...
- STAThreadAttribute::.ctor() = ( 01 00 00 00 ) // Code size 11 (0xb) .maxstack 1 IL_0000:
ldstr "****o World" IL_0005: call void [mscorlib]System.Console::WriteLine(string)...
- of the
static field, field, on the stack.
Object model instruction 0x72
ldstr <string> Push a
string object for the
literal string.
Object model instruction...