.assembly HelloWorld
{
.custom instance void [mscorlib]System.Reflection.AssemblyTitleAttribute::.ctor(string) = ( 01 00 01 61 00 00 ) // ...a..
}
.custom是程序集的特性 [assembly: AssemblyTitle("a")]
本身是a,对应的十六进制是61,怎么IL中是 01 00 01 61 00 00
多出来的是什么??
求解
这问题好高深啊,只能帮定,让知道的大牛来回答