Click here to Skip to main content
15,915,513 members
Home / Discussions / C#
   

C#

 
GeneralRe: This is odd ! Pin
Heath Stewart23-Feb-04 6:48
protectorHeath Stewart23-Feb-04 6:48 
GeneralRe: This is odd ! Pin
Ashwin C23-Feb-04 6:59
Ashwin C23-Feb-04 6:59 
GeneralRe: This is odd ! Pin
Heath Stewart23-Feb-04 7:04
protectorHeath Stewart23-Feb-04 7:04 
GeneralRe: This is odd ! Pin
Ashwin C23-Feb-04 7:12
Ashwin C23-Feb-04 7:12 
GeneralRe: This is odd ! Pin
Heath Stewart23-Feb-04 8:57
protectorHeath Stewart23-Feb-04 8:57 
GeneralRe: This is odd ! Pin
Michael P Butler23-Feb-04 7:29
Michael P Butler23-Feb-04 7:29 
GeneralRe: This is odd ! Pin
Stephane Rodriguez.23-Feb-04 22:34
Stephane Rodriguez.23-Feb-04 22:34 
Generalenumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 5:41
LongRange.Shooter23-Feb-04 5:41 
I have a developers control that I need to build that will do the following:

Uses FileDialog to let the developer point to a DLL.
Exposes all classes defined within that dll (not working yet)
Then exposes all methods defined within the selected class (not started yet)

I tried creating an AssemblyInfo and getting its' members but that did not work. I tried doing a Reflection.LoadFile and all I got was that my member was typeof(AssemblyInfo) (arg)

What is the sequence of reflection commands that I use to expose the classes of a given assembly??? I am assuming that once I get down the a specific class, I can use Type.GetMethods() of that class to get its' public/static methods.

Thanks in advance!

_____________________________________________
Of all the senses I could possibly lose,
It is most often the one called 'common' that gets lost.

GeneralRe: enumerating classes and methods... Pin
Nick Parker23-Feb-04 5:45
protectorNick Parker23-Feb-04 5:45 
GeneralRe: enumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 8:16
LongRange.Shooter23-Feb-04 8:16 
GeneralRe: enumerating classes and methods... Pin
Nick Parker23-Feb-04 8:33
protectorNick Parker23-Feb-04 8:33 
GeneralRe: enumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 9:38
LongRange.Shooter23-Feb-04 9:38 
GeneralRe: enumerating classes and methods... Pin
Heath Stewart23-Feb-04 6:46
protectorHeath Stewart23-Feb-04 6:46 
GeneralRe: enumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 8:13
LongRange.Shooter23-Feb-04 8:13 
GeneralRe: enumerating classes and methods... Pin
Heath Stewart23-Feb-04 9:02
protectorHeath Stewart23-Feb-04 9:02 
GeneralRe: enumerating classes and methods... Pin
Jonathan de Halleux23-Feb-04 7:02
Jonathan de Halleux23-Feb-04 7:02 
GeneralRe: enumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 8:30
LongRange.Shooter23-Feb-04 8:30 
GeneralRe: enumerating classes RESOLVED! Pin
LongRange.Shooter23-Feb-04 10:46
LongRange.Shooter23-Feb-04 10:46 
GeneralRemoting: enumerating connections Pin
SeanAshron23-Feb-04 5:00
SeanAshron23-Feb-04 5:00 
GeneralRe: Remoting: enumerating connections Pin
LongRange.Shooter24-Feb-04 6:29
LongRange.Shooter24-Feb-04 6:29 
GeneralAutofilter Method Exception Pin
Member 67053123-Feb-04 4:51
Member 67053123-Feb-04 4:51 
QuestionDoes C# contain shell programming? Pin
T i T i23-Feb-04 1:17
T i T i23-Feb-04 1:17 
AnswerRe: Does C# contain shell programming? Pin
Mazdak23-Feb-04 1:24
Mazdak23-Feb-04 1:24 
AnswerRe: Does C# contain shell programming? Pin
Heath Stewart23-Feb-04 4:43
protectorHeath Stewart23-Feb-04 4:43 
GeneralRe: Does C# contain shell programming? Pin
SherKar24-Feb-04 1:05
SherKar24-Feb-04 1:05 

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.