Click here to Skip to main content
15,903,012 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to load class file dynamically in C# .Net Pin
Giorgi Dalakishvili15-May-07 2:29
mentorGiorgi Dalakishvili15-May-07 2:29 
GeneralRe: How to load class file dynamically in C# .Net Pin
jmavn15-May-07 2:34
jmavn15-May-07 2:34 
GeneralRe: How to load class file dynamically in C# .Net Pin
Giorgi Dalakishvili15-May-07 2:44
mentorGiorgi Dalakishvili15-May-07 2:44 
AnswerRe: How to load class file dynamically in C# .Net Pin
Guffa15-May-07 3:03
Guffa15-May-07 3:03 
GeneralRe: How to load class file dynamically in C# .Net Pin
jmavn15-May-07 18:20
jmavn15-May-07 18:20 
AnswerRe: How to load class file dynamically in C# .Net Pin
Guffa15-May-07 21:48
Guffa15-May-07 21:48 
GeneralRe: How to load class file dynamically in C# .Net Pin
jmavn15-May-07 18:27
jmavn15-May-07 18:27 
AnswerRe: How to load class file dynamically in C# .Net Pin
mike montagne16-May-07 6:53
mike montagne16-May-07 6:53 
I think you may have a conceptual problem. The assembly loads the class whenever you have an instance of the class or call into the class. At that time, you can reflect the class; but if you wrote the class you should be able to indicate anything about it by even more straightforward processes.

Nonetheless, you don't load the file to reflect on the object: You reflect (usually) an instance of the object or a type object representing the class.
Questionrepeat of gui problem in MDI Pin
barak16048715-May-07 1:36
barak16048715-May-07 1:36 
AnswerRe: repeat of gui problem in MDI Pin
Alireza Loghmani22-May-07 21:41
Alireza Loghmani22-May-07 21:41 
QuestionDisable DataGridView auto selecting 1st row Pin
Gavin Roberts15-May-07 1:22
Gavin Roberts15-May-07 1:22 
AnswerRe: Disable DataGridView auto selecting 1st row Pin
Jabeerbe15-May-07 1:39
Jabeerbe15-May-07 1:39 
GeneralRe: Disable DataGridView auto selecting 1st row Pin
Gavin Roberts15-May-07 1:43
Gavin Roberts15-May-07 1:43 
GeneralRe: Disable DataGridView auto selecting 1st row Pin
Jabeerbe15-May-07 1:52
Jabeerbe15-May-07 1:52 
GeneralRe: Disable DataGridView auto selecting 1st row Pin
Gavin Roberts15-May-07 1:56
Gavin Roberts15-May-07 1:56 
GeneralRe: Disable DataGridView auto selecting 1st row Pin
Gavin Roberts15-May-07 1:58
Gavin Roberts15-May-07 1:58 
GeneralRe: Disable DataGridView auto selecting 1st row Pin
Jabeerbe15-May-07 2:05
Jabeerbe15-May-07 2:05 
GeneralRe: Disable DataGridView auto selecting 1st row Pin
Gavin Roberts15-May-07 2:18
Gavin Roberts15-May-07 2:18 
GeneralRe: Disable DataGridView auto selecting 1st row Pin
Gavin Roberts15-May-07 2:33
Gavin Roberts15-May-07 2:33 
AnswerRe: Disable DataGridView auto selecting 1st row Pin
Jimmanuel15-May-07 2:39
Jimmanuel15-May-07 2:39 
AnswerRe: Disable DataGridView auto selecting 1st row Pin
Member 782880424-Nov-18 12:02
Member 782880424-Nov-18 12:02 
Questionhow can i find component for receive picture from scanner in C#.net Pin
hamidreza esmaeily15-May-07 0:58
hamidreza esmaeily15-May-07 0:58 
QuestionButton Event Occur when i refresh the page Pin
Jabeerbe15-May-07 0:38
Jabeerbe15-May-07 0:38 
AnswerRe: Button Event Occur when i refresh the page Pin
Christian Graus15-May-07 0:49
protectorChristian Graus15-May-07 0:49 
QuestionRe: Button Event Occur when i refresh the page Pin
Martin#15-May-07 0:57
Martin#15-May-07 0:57 

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.