Click here to Skip to main content
15,879,535 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reflection and Generics (List) Pin
Guffa15-Sep-07 3:03
Guffa15-Sep-07 3:03 
GeneralRe: Reflection and Generics (List) Pin
Vertyg015-Sep-07 3:05
Vertyg015-Sep-07 3:05 
GeneralRe: Reflection and Generics (List) Pin
Giorgi Dalakishvili15-Sep-07 3:25
mentorGiorgi Dalakishvili15-Sep-07 3:25 
GeneralRe: Reflection and Generics (List) Pin
Guffa15-Sep-07 5:51
Guffa15-Sep-07 5:51 
AnswerRe: Reflection and Generics (List) Pin
Giorgi Dalakishvili15-Sep-07 4:03
mentorGiorgi Dalakishvili15-Sep-07 4:03 
GeneralRe: Reflection and Generics (List) Pin
Vertyg015-Sep-07 4:23
Vertyg015-Sep-07 4:23 
GeneralRe: Reflection and Generics (List) Pin
Giorgi Dalakishvili15-Sep-07 4:34
mentorGiorgi Dalakishvili15-Sep-07 4:34 
GeneralRe: Reflection and Generics (List) Pin
Vertyg015-Sep-07 4:44
Vertyg015-Sep-07 4:44 
I think that you can`t invoke Add member
Code:
<br />
myObject.GetType().InvokeMember("Add", BindingFlags.Public | BindingFlags.InvokeMethod, null, myObject, new object[] { myType1 } );<br />


Error:
<br />
Method 'System.Collections.Generic.List`1[[MojDll.Class1, MojDll, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].Add' not found.<br />

GeneralRe: Reflection and Generics (List) Pin
Giorgi Dalakishvili15-Sep-07 5:02
mentorGiorgi Dalakishvili15-Sep-07 5:02 
GeneralRe: Reflection and Generics (List) Pin
Vertyg015-Sep-07 4:59
Vertyg015-Sep-07 4:59 
GeneralRe: Reflection and Generics (List) Pin
Giorgi Dalakishvili15-Sep-07 5:03
mentorGiorgi Dalakishvili15-Sep-07 5:03 
Questionhelp to covert this to generic code... [modified] Pin
arbrsoft15-Sep-07 1:55
arbrsoft15-Sep-07 1:55 
AnswerRe: help to covert this to generic code... Pin
Colin Angus Mackay15-Sep-07 2:05
Colin Angus Mackay15-Sep-07 2:05 
QuestionQuestion on streaming media file? Pin
Khoramdin15-Sep-07 1:45
Khoramdin15-Sep-07 1:45 
Questionole type field in database table pic to show in the c# Pin
Sonia Gupta15-Sep-07 0:58
Sonia Gupta15-Sep-07 0:58 
AnswerRe: ole type field in database table pic to show in the c# Pin
sulabh202015-Sep-07 1:40
sulabh202015-Sep-07 1:40 
GeneralRe: ole type field in database table pic to show in the c# Pin
Sonia Gupta15-Sep-07 1:44
Sonia Gupta15-Sep-07 1:44 
GeneralRe: ole type field in database table pic to show in the c# Pin
sulabh202015-Sep-07 1:48
sulabh202015-Sep-07 1:48 
GeneralRe: ole type field in database table pic to show in the c# Pin
Sonia Gupta15-Sep-07 2:06
Sonia Gupta15-Sep-07 2:06 
GeneralRe: ole type field in database table pic to show in the c# Pin
sulabh202015-Sep-07 2:12
sulabh202015-Sep-07 2:12 
GeneralRe: ole type field in database table pic to show in the c# Pin
Sonia Gupta15-Sep-07 2:18
Sonia Gupta15-Sep-07 2:18 
GeneralRe: ole type field in database table pic to show in the c# Pin
sulabh202015-Sep-07 2:23
sulabh202015-Sep-07 2:23 
GeneralRe: ole type field in database table pic to show in the c# Pin
Sonia Gupta15-Sep-07 2:26
Sonia Gupta15-Sep-07 2:26 
GeneralRe: ole type field in database table pic to show in the c# Pin
sulabh202015-Sep-07 2:37
sulabh202015-Sep-07 2:37 
GeneralRe: ole type field in database table pic to show in the c# Pin
sulabh202015-Sep-07 2:39
sulabh202015-Sep-07 2:39 

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.