Click here to Skip to main content
15,892,298 members
Home / Discussions / C#
   

C#

 
GeneralRe: & in binary numbers ! Pin
0x3c020-Aug-09 4:09
0x3c020-Aug-09 4:09 
GeneralRe: & in binary numbers ! Pin
0x3c020-Aug-09 3:50
0x3c020-Aug-09 3:50 
GeneralRe: & in binary numbers ! Pin
Luc Pattyn20-Aug-09 5:28
sitebuilderLuc Pattyn20-Aug-09 5:28 
AnswerRe: & in binary numbers ! Pin
Keith Barrow20-Aug-09 3:47
professionalKeith Barrow20-Aug-09 3:47 
QuestionSynchronization between online and offline database. [modified] Pin
Member 399406320-Aug-09 3:19
Member 399406320-Aug-09 3:19 
AnswerRe: Synchronization between online and offline database. [modified] Pin
Saksida Bojan20-Aug-09 7:40
Saksida Bojan20-Aug-09 7:40 
AnswerRe: Synchronization between online and offline database. [modified] Pin
Verma Ankit2-Apr-10 2:21
Verma Ankit2-Apr-10 2:21 
QuestionMethodInfo - Get summary - How can i get the methods summary from a method ? Pin
bonzaiholding20-Aug-09 2:50
bonzaiholding20-Aug-09 2:50 
How can i get the summary info of function by MethodInfo ?

If i have inside of class A function that will look like this :
/// <summary>
        /// This Function check if the number is bigger then 10
        /// </summary>
        /// <param name="num"></param>
        /// <returns></returns>
        public bool CheckItFunc(int num)
        {
            return num > 10;
        }

I can get Method info by this line :
System.Reflection.MethodInfo mi = typeof(Class A).GetMethod("CheckItFunc");

I can get the name of the function by mi.Name for example and i can find a paramather list and more.
I there any way to get the summary of a function in runtime?

(in this case get the string: " This Function check if the number is bigger then 10") ??

Thanks for all of your answers.



modified on Thursday, August 20, 2009 9:11 AM

AnswerRe: MethodInfo - Get summary - How can i get the methods summary from a method ? Pin
Luc Pattyn20-Aug-09 3:25
sitebuilderLuc Pattyn20-Aug-09 3:25 
GeneralRe: MethodInfo - Get summary - How can i get the methods summary from a method ? Pin
bonzaiholding20-Aug-09 3:39
bonzaiholding20-Aug-09 3:39 
QuestionError while reading the Private Key as XML String in C# Pin
Jadhav Ajay20-Aug-09 2:11
professionalJadhav Ajay20-Aug-09 2:11 
QuestionToon Production?? Pin
Muammar©20-Aug-09 1:42
Muammar©20-Aug-09 1:42 
AnswerRe: Toon Production?? Pin
OriginalGriff20-Aug-09 1:50
mveOriginalGriff20-Aug-09 1:50 
GeneralRe: Toon Production?? Pin
Muammar©20-Aug-09 1:59
Muammar©20-Aug-09 1:59 
GeneralRe: Toon Production?? Pin
molesworth20-Aug-09 5:19
molesworth20-Aug-09 5:19 
AnswerRe: Toon Production?? Pin
Pete O'Hanlon20-Aug-09 2:11
mvePete O'Hanlon20-Aug-09 2:11 
JokeRe: Toon Production?? Pin
0x3c020-Aug-09 2:21
0x3c020-Aug-09 2:21 
GeneralRe: Toon Production?? Pin
Muammar©20-Aug-09 7:42
Muammar©20-Aug-09 7:42 
GeneralRe: Toon Production?? Pin
Muammar©20-Aug-09 2:26
Muammar©20-Aug-09 2:26 
GeneralRe: Toon Production?? Pin
riced20-Aug-09 12:06
riced20-Aug-09 12:06 
AnswerRe: Toon Production?? Pin
Richard MacCutchan25-Aug-09 10:42
mveRichard MacCutchan25-Aug-09 10:42 
GeneralRe: Toon Production?? Pin
Muammar©25-Aug-09 11:08
Muammar©25-Aug-09 11:08 
GeneralRe: Toon Production?? Pin
Richard MacCutchan26-Aug-09 3:15
mveRichard MacCutchan26-Aug-09 3:15 
QuestionHow to unregister the Event for a clicked tag ? Pin
Jacobb Michael20-Aug-09 1:15
Jacobb Michael20-Aug-09 1:15 
AnswerRe: How to unregister the Event for a clicked tag ? Pin
Luc Pattyn20-Aug-09 2:12
sitebuilderLuc Pattyn20-Aug-09 2:12 

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.