On Sat, Nov 13, 2010 at 5:56 PM, kostaz <[email protected]> wrote: > Despite the obvious name, EntryPoint of > System.Windows.Presentation.dll is null.
It's a .dll, why would it have a managed entry point (ie: main method)? > Why some assemblies have EntryPoint and others lack it? Usually, .exe have an entry point, .dll don't. Jb -- -- mono-cecil
