Click here to Skip to main content
15,911,531 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need answers for some test questions Pin
Werdna19-Mar-04 10:31
Werdna19-Mar-04 10:31 
GeneralRe: Need answers for some test questions Pin
John Fisher19-Mar-04 11:35
John Fisher19-Mar-04 11:35 
GeneralRe: Need answers for some test questions Pin
leppie20-Mar-04 1:07
leppie20-Mar-04 1:07 
GeneralRe: Need answers for some test questions Pin
leppie20-Mar-04 1:05
leppie20-Mar-04 1:05 
GeneralRe: Need answers for some test questions Pin
Curi0us_George20-Mar-04 5:33
Curi0us_George20-Mar-04 5:33 
GeneralRe: Need answers for some test questions Pin
Heath Stewart20-Mar-04 13:05
protectorHeath Stewart20-Mar-04 13:05 
GeneralRe: Need answers for some test questions Pin
Curi0us_George21-Mar-04 14:07
Curi0us_George21-Mar-04 14:07 
GeneralRe: Need answers for some test questions Pin
Heath Stewart21-Mar-04 14:12
protectorHeath Stewart21-Mar-04 14:12 
Enumerating assemblies would be application-specific. You could enumerate all loaded assemblies (AppDomain.GetAssemblies), load and enumerate all assemblies in a directory, etc.

To what degree you can call this reflection is a matter of opinion, though. You're still using reflection to gather this information and only simple collection storage and enumeration plus string comparisons to compare, but you wouldn't be there without reflection. More than any answer, I agree this is the wrong answer for that question but in my opinion they're all right. Too many times I've seen tests made up by people that really don't know the technology as well as they should before considering themselves an authority.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Need answers for some test questions Pin
Curi0us_George21-Mar-04 14:36
Curi0us_George21-Mar-04 14:36 
Generalijl15.dll problem Pin
kendao19-Mar-04 8:16
kendao19-Mar-04 8:16 
GeneralRe: ijl15.dll problem Pin
Heath Stewart19-Mar-04 8:22
protectorHeath Stewart19-Mar-04 8:22 
GeneralDocking Application to the System Pin
Nagendra Kamath K19-Mar-04 7:18
Nagendra Kamath K19-Mar-04 7:18 
GeneralRe: Docking Application to the System Pin
Heath Stewart19-Mar-04 8:11
protectorHeath Stewart19-Mar-04 8:11 
GeneralMasking Keyboard and Mouse Events Pin
Nagendra Kamath K19-Mar-04 7:02
Nagendra Kamath K19-Mar-04 7:02 
GeneralRe: Masking Keyboard and Mouse Events Pin
Judah Gabriel Himango19-Mar-04 7:30
sponsorJudah Gabriel Himango19-Mar-04 7:30 
GeneralRe: Masking Keyboard and Mouse Events Pin
Dave Kreskowiak19-Mar-04 7:30
mveDave Kreskowiak19-Mar-04 7:30 
GeneralRe: Masking Keyboard and Mouse Events Pin
Heath Stewart19-Mar-04 8:04
protectorHeath Stewart19-Mar-04 8:04 
GeneralRe: Masking Keyboard and Mouse Events Pin
Dave Kreskowiak19-Mar-04 9:25
mveDave Kreskowiak19-Mar-04 9:25 
GeneralRe: Masking Keyboard and Mouse Events Pin
Heath Stewart19-Mar-04 8:02
protectorHeath Stewart19-Mar-04 8:02 
GeneralRe: Masking Keyboard and Mouse Events Pin
m_ramses19-Mar-04 21:16
m_ramses19-Mar-04 21:16 
GeneralRe: Masking Keyboard and Mouse Events Pin
Nick Parker20-Mar-04 6:16
protectorNick Parker20-Mar-04 6:16 
Generalbitmap with scroll Pin
cmarmr19-Mar-04 6:42
cmarmr19-Mar-04 6:42 
GeneralRe: bitmap with scroll Pin
Judah Gabriel Himango19-Mar-04 6:47
sponsorJudah Gabriel Himango19-Mar-04 6:47 
GeneralRe: bitmap with scroll Pin
Heath Stewart19-Mar-04 7:52
protectorHeath Stewart19-Mar-04 7:52 
GeneralRe: bitmap with scroll Pin
Syed Abdul Khader19-Mar-04 22:10
Syed Abdul Khader19-Mar-04 22:10 

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.