Hey Anatoly, On 11/19/09, Anatoly <[email protected]> wrote: > For performace I'd like initially to load only type's names/fullnames. > The other information (fields, properties,methods) I'd like to load > later (when considering the given type). Is this scenario possible in > Mono.Cecil?
Right now Cecil aggresively loads everything. Its next version is allows you to load metadata lazily. I suggest you use the current version of Cecil, and try the next version as soon as it's out. -- Jb Evain <[email protected]> -- -- mono-cecil
