Click here to Skip to main content
16,005,316 members
Home / Discussions / C#
   

C#

 
Questionaccess violation Pin
Opa Knack2-Sep-07 9:19
Opa Knack2-Sep-07 9:19 
AnswerRe: access violation Pin
Christian Graus2-Sep-07 9:31
protectorChristian Graus2-Sep-07 9:31 
GeneralRe: access violation Pin
Opa Knack2-Sep-07 10:47
Opa Knack2-Sep-07 10:47 
GeneralRe: access violation Pin
Christian Graus2-Sep-07 11:10
protectorChristian Graus2-Sep-07 11:10 
QuestionMain Method... Pin
Amit Kumar G2-Sep-07 8:58
Amit Kumar G2-Sep-07 8:58 
AnswerRe: Main Method... Pin
Christian Graus2-Sep-07 9:03
protectorChristian Graus2-Sep-07 9:03 
Questionforce GetMethod() to return parameterless method Pin
AndrusM2-Sep-07 8:27
AndrusM2-Sep-07 8:27 
AnswerRe: force GetMethod() to return parameterless method Pin
Nissim Salomon2-Sep-07 9:42
Nissim Salomon2-Sep-07 9:42 
Hi
You need to be more specific regarding the method that you want to invoke, when you are using reflaction on an object that have overloading methoods.
try using the following instruction :
MethodInfo mi = t.GetMethod("FindAll", BindingFlags.Public | BindingFlags.Static, null, Type.EmptyTypes, null);

QuestionUse 'objects' from other functions Pin
Kristian Sixhøj2-Sep-07 7:47
Kristian Sixhøj2-Sep-07 7:47 
AnswerRe: Use 'objects' from other functions Pin
mav.northwind2-Sep-07 7:57
mav.northwind2-Sep-07 7:57 
GeneralRe: Use 'objects' from other functions Pin
Kristian Sixhøj2-Sep-07 8:00
Kristian Sixhøj2-Sep-07 8:00 
GeneralRe: Use 'objects' from other functions Pin
mav.northwind2-Sep-07 8:05
mav.northwind2-Sep-07 8:05 
GeneralRe: Use 'objects' from other functions Pin
Kristian Sixhøj2-Sep-07 8:20
Kristian Sixhøj2-Sep-07 8:20 
AnswerRe: Use 'objects' from other functions Pin
Guffa2-Sep-07 8:24
Guffa2-Sep-07 8:24 
GeneralRe: Use 'objects' from other functions Pin
Pete O'Hanlon2-Sep-07 9:50
mvePete O'Hanlon2-Sep-07 9:50 
AnswerRe: Use 'objects' from other functions Pin
Christian Graus2-Sep-07 8:35
protectorChristian Graus2-Sep-07 8:35 
QuestionCode execution time Pin
Heba Ghoz2-Sep-07 7:38
Heba Ghoz2-Sep-07 7:38 
AnswerRe: Code execution time Pin
Guffa2-Sep-07 8:34
Guffa2-Sep-07 8:34 
GeneralRe: Code execution time Pin
Paul Conrad2-Sep-07 11:04
professionalPaul Conrad2-Sep-07 11:04 
GeneralRe: Code execution time Pin
Guffa3-Sep-07 0:41
Guffa3-Sep-07 0:41 
GeneralRe: Code execution time Pin
Paul Conrad3-Sep-07 5:46
professionalPaul Conrad3-Sep-07 5:46 
QuestionIterate through the class Pin
d97kti2-Sep-07 7:36
d97kti2-Sep-07 7:36 
AnswerRe: Iterate through the class Pin
Christian Graus2-Sep-07 7:38
protectorChristian Graus2-Sep-07 7:38 
GeneralRe: Iterate through the class Pin
d97kti2-Sep-07 8:53
d97kti2-Sep-07 8:53 
QuestionHow to hide caption and still able to size the window? Pin
AghaKhan2-Sep-07 7:20
AghaKhan2-Sep-07 7:20 

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.