ilasm and ildasm
.assembly MyAssembly {}
.class MyApp {
.method static void Main() {
.entrypoint ldstr "Hello, this code is genarated directly from IL..." call void [mscorlib]System.Console::WriteLine(string)
ret
}
}

0 Comments:
Post a Comment
<< Home