Click here to Skip to main content
15,906,816 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sending Email from Desktop App Pin
Ed.Poore22-Feb-07 8:42
Ed.Poore22-Feb-07 8:42 
GeneralRe: Sending Email from Desktop App Pin
TheJudeDude22-Feb-07 8:51
TheJudeDude22-Feb-07 8:51 
GeneralRe: Sending Email from Desktop App Pin
Ed.Poore22-Feb-07 9:07
Ed.Poore22-Feb-07 9:07 
AnswerRe: Sending Email from Desktop App Pin
Dave Kreskowiak22-Feb-07 9:09
mveDave Kreskowiak22-Feb-07 9:09 
GeneralRe: Sending Email from Desktop App [modified] Pin
TheJudeDude22-Feb-07 9:23
TheJudeDude22-Feb-07 9:23 
QuestionReflection - how to retrieve XML comments Pin
T John22-Feb-07 7:47
T John22-Feb-07 7:47 
AnswerRe: Reflection - how to retrieve XML comments Pin
malharone22-Feb-07 8:11
malharone22-Feb-07 8:11 
AnswerRe: Reflection - how to retrieve XML comments Pin
Dave Kreskowiak22-Feb-07 9:07
mveDave Kreskowiak22-Feb-07 9:07 
T John wrote:
I am writing a small utility to retrieve all classes and methods from .NET assemblies, using reflection.

Is there a way I can retrieve the XML comments associated with the classes as well as methods?


No. Comments are not saved in the compiled assembly. Any documentation found in the source code would normally be saved to a seperate XML file to be used with Intellisense or some other documentation tool. If all you have is the assembly .EXE or .DLL file, there are no comments to get.


Dave Kreskowiak
Microsoft MVP - Visual Basic


AnswerRe: Reflection - how to retrieve XML comments Pin
Hesham Amin22-Feb-07 10:28
Hesham Amin22-Feb-07 10:28 
Questionhow to connect to multiple instance of database? Pin
sundar15622-Feb-07 7:41
sundar15622-Feb-07 7:41 
AnswerRe: how to connect to multiple instance of database? Pin
Ed.Poore22-Feb-07 8:44
Ed.Poore22-Feb-07 8:44 
Question[Beginer] Class and Méthodes C#.net Pin
abbd22-Feb-07 7:41
abbd22-Feb-07 7:41 
AnswerRe: [Beginer] Class and Méthodes C#.net Pin
Ed.Poore22-Feb-07 8:45
Ed.Poore22-Feb-07 8:45 
QuestionOutOfMemory exception Pin
Saira Tanwir22-Feb-07 7:26
Saira Tanwir22-Feb-07 7:26 
AnswerRe: OutOfMemory exception Pin
Ravi Bhavnani22-Feb-07 7:28
professionalRavi Bhavnani22-Feb-07 7:28 
GeneralRe: OutOfMemory exception Pin
Saira Tanwir22-Feb-07 7:30
Saira Tanwir22-Feb-07 7:30 
GeneralRe: OutOfMemory exception Pin
Ravi Bhavnani22-Feb-07 7:34
professionalRavi Bhavnani22-Feb-07 7:34 
GeneralRe: OutOfMemory exception Pin
Saira Tanwir22-Feb-07 7:40
Saira Tanwir22-Feb-07 7:40 
AnswerRe: OutOfMemory exception Pin
Luc Pattyn22-Feb-07 7:37
sitebuilderLuc Pattyn22-Feb-07 7:37 
GeneralRe: OutOfMemory exception Pin
Saira Tanwir22-Feb-07 7:44
Saira Tanwir22-Feb-07 7:44 
GeneralRe: OutOfMemory exception Pin
Luc Pattyn22-Feb-07 8:15
sitebuilderLuc Pattyn22-Feb-07 8:15 
GeneralRe: OutOfMemory exception Pin
Dave Kreskowiak22-Feb-07 9:00
mveDave Kreskowiak22-Feb-07 9:00 
AnswerRe: OutOfMemory exception Pin
malharone22-Feb-07 7:51
malharone22-Feb-07 7:51 
Answer[Message Deleted] Pin
Saira Tanwir22-Feb-07 7:55
Saira Tanwir22-Feb-07 7:55 
GeneralRe: OutOfMemory exception Pin
Luc Pattyn22-Feb-07 8:14
sitebuilderLuc Pattyn22-Feb-07 8:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.