How to set exe icon using AssemblyBuilder?
        Posted  
        
            by zproxy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by zproxy
        
        
        
        Published on 2010-03-14T15:07:11Z
        Indexed on 
            2010/03/14
            15:15 UTC
        
        
        Read the original article
        Hit count: 302
        
Given that I am generating an exe application with AssemblyBuilder, how do I set an icon to it?
I think I should be using
System.Reflection.Emit.AssemblyBuilder.DefineUnmanagedResource
Is there an example how to do it?
© Stack Overflow or respective owner