Click here to Skip to main content
15,905,420 members
Home / Discussions / C#
   

C#

 
GeneralRe: increment problem Pin
eyeseetee7-Dec-07 1:41
eyeseetee7-Dec-07 1:41 
GeneralRe: increment problem Pin
Anthony Mushrow7-Dec-07 2:57
professionalAnthony Mushrow7-Dec-07 2:57 
QuestionHow to handle the Datagridview Default error dialog Pin
Haj7-Dec-07 0:37
Haj7-Dec-07 0:37 
GeneralRe: How to handle the Datagridview Default error dialog Pin
sdk_codemaker_20057-Dec-07 0:52
sdk_codemaker_20057-Dec-07 0:52 
GeneralRe: How to handle the Datagridview Default error dialog [modified] Pin
Haj7-Dec-07 1:33
Haj7-Dec-07 1:33 
GeneralRe: How to handle the Datagridview Default error dialog Pin
sdk_codemaker_20057-Dec-07 4:23
sdk_codemaker_20057-Dec-07 4:23 
QuestionRead Class Name from Assembly Pin
Abhijit Jana7-Dec-07 0:24
professionalAbhijit Jana7-Dec-07 0:24 
GeneralRe: Read Class Name from Assembly Pin
Colin Angus Mackay7-Dec-07 0:55
Colin Angus Mackay7-Dec-07 0:55 
Abhijit Jana wrote:
Is is possible to read all class name from a assembly.


Yes. From the Assembly object you can use the GetTypes() method which returns an array of Type objects.


Abhijit Jana wrote:
but i want to get the class name from some other Csproj file so i need to read the assembly of that file !!!!


Yes, you can use one of the static Load methods on Assembly. If you only want to query the assembly without running code on it you can use one of the ReflectionOnlyLoad methods instead.




Upcoming FREE developer events:
* Developer Day Scotland

My website


GeneralRe: Read Class Name from Assembly Pin
Abhijit Jana7-Dec-07 0:58
professionalAbhijit Jana7-Dec-07 0:58 
GeneralRe: Read Class Name from Assembly Pin
Mr. Candyman7-Dec-07 1:13
Mr. Candyman7-Dec-07 1:13 
GeneralNeed Help Pin
arslanjatt7-Dec-07 0:00
arslanjatt7-Dec-07 0:00 
GeneralRe: Need Help Pin
Abhijit Jana7-Dec-07 0:28
professionalAbhijit Jana7-Dec-07 0:28 
GeneralRe: Need Help Pin
arslanjatt7-Dec-07 0:39
arslanjatt7-Dec-07 0:39 
GeneralRe: Need Help Pin
Abhijit Jana7-Dec-07 0:55
professionalAbhijit Jana7-Dec-07 0:55 
Generalwpf c# event handler Pin
angels7776-Dec-07 23:59
angels7776-Dec-07 23:59 
GeneralRe: wpf c# event handler Pin
Ujjaval Modi7-Dec-07 0:18
Ujjaval Modi7-Dec-07 0:18 
GeneralRe: wpf c# event handler Pin
angels7777-Dec-07 19:49
angels7777-Dec-07 19:49 
GeneralRe: wpf c# event handler Pin
angels7779-Dec-07 0:43
angels7779-Dec-07 0:43 
Questioninserting datagridview rows in database(windows application) Pin
avvaru.murali6-Dec-07 23:26
avvaru.murali6-Dec-07 23:26 
GeneralRe: inserting datagridview rows in database(windows application) Pin
Ujjaval Modi7-Dec-07 0:03
Ujjaval Modi7-Dec-07 0:03 
QuestionC# :how to access textbox values of form1 from form2 Pin
kssknov6-Dec-07 22:59
kssknov6-Dec-07 22:59 
GeneralRe: C# :how to access textbox values of form1 from form2 Pin
DaveyM696-Dec-07 23:35
professionalDaveyM696-Dec-07 23:35 
GeneralRe: C# :how to access textbox values of form1 from form2 Pin
Giorgi Dalakishvili6-Dec-07 23:49
mentorGiorgi Dalakishvili6-Dec-07 23:49 
QuestionHow is the Ado.Net Entity framework is good considering the performance Pin
sarangpani6-Dec-07 22:47
sarangpani6-Dec-07 22:47 
QuestionControlToValidate is Null Problem Pin
xueqing826-Dec-07 22:46
xueqing826-Dec-07 22:46 

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.