Hello, All I want to re-write following tool http://www.codeproject.com/KB/dotnet/DllExport.aspx which can export managed methods as unmanaged methods. But I don't want to use ilasm.exe and idasm.exe. Instead I want to use Mono-Cecil, but I don't known can it library add or change metadata to assemblies? Is it possible?
I want to add/change the following metadata (see comments): http://gist.github.com/342207 Thanks -- -- mono-cecil To unsubscribe from this group, send email to mono-cecil+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
