X
xiaorun huang
I want use AssemblyBuilder's SetCustomAttribute to set a custom attributes!
it is alway true, but some times, use the same program with different data,
the custom attribute name losted! when i use with ildasm, it will show as
.custom UNNAMED_CUSTOM_ATTR = ( 01 00 01 01 00 00 )
.custom UNNAMED_CUSTOM_ATTR = ( 01 00 01 00 00 )
the data part is right! but name lost!
why?
xiaorun huang
it is alway true, but some times, use the same program with different data,
the custom attribute name losted! when i use with ildasm, it will show as
.custom UNNAMED_CUSTOM_ATTR = ( 01 00 01 01 00 00 )
.custom UNNAMED_CUSTOM_ATTR = ( 01 00 01 00 00 )
the data part is right! but name lost!
why?
xiaorun huang