You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mono-cecil
How do you emit a module constructor with Cecil?
Is it just some static method named ".cctor" defined on the special
"<Module>" type in a given assembly?
Lotfi Gheribi
unread,
Jun 2, 2009, 8:44:47 AM6/2/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mono-...@googlegroups.com
> How do you emit a module constructor with Cecil? > > Is it just some static method named ".cctor" defined on the special > "<Module>" type in a given assembly?
Yep
Jb Evain
unread,
Jun 2, 2009, 8:55:47 AM6/2/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mono-...@googlegroups.com
Hey,
As Lotfi said, yes. Just note that you can have only one of those, and that it have to be SpecialName | RTSpecialName.