Is this a new feature? Because I can't find either the 'Attributes' properties on the 'ModuleDefinition' class, or the 'ModuleAttributes' enumeration on Mono.Cecil 0.6.9.0
On Tue, Jun 1, 2010 at 5:10 PM, Jb Evain <[email protected]> wrote: > On Tue, Jun 1, 2010 at 10:02 PM, Thiago de Arruda <[email protected]> > wrote: >> Can I do it before I try to write the assembly and get the exception? > > bool is_mixed_mode = (module.Attributes & ModuleAttributes.ILOnly) != 0; > > -- > Jb Evain <[email protected]> > > -- > -- > mono-cecil -- -- mono-cecil
