Hello,
I post an update to be incorporated into the repository (thanks in
advance, jb!) in order to allow a Custom attribute to be created by
giving blob data as a parameter:
// RVA Added
public CustomAttribute(MethodReference ctor, byte[] blob)
{
m_ctor = ctor;
m_blob = blob;
m_resolved = false;
}
// End of RVA Added
That's all!
It think that this constructor has been forgotten into the class
implementation.
Regards,
Regis
--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---