How programmatically extract type description which is shown by intellisense as hint
        Posted  
        
            by user362315
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user362315
        
        
        
        Published on 2010-06-09T11:25:35Z
        Indexed on 
            2010/06/09
            11:32 UTC
        
        
        Read the original article
        Hit count: 218
        
When I type some Class, e.g. Console, then press ctrl+space and intellisense show hint "Class System.Console Represents standart input, output and error streams...." How programmatically get this text. Can't find in google, may be I'm stupid noob. Thanks.
© Stack Overflow or respective owner