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

C#

 
GeneralRe: Need answers for some test questions Pin
Alvaro Mendez19-Mar-04 10:17
Alvaro Mendez19-Mar-04 10:17 
GeneralRe: Need answers for some test questions Pin
Colin Angus Mackay20-Mar-04 1:35
Colin Angus Mackay20-Mar-04 1:35 
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 
Curi0us_George wrote:
But for number 4, I believe E is the one that's false. How could you use reflection to find the types associated with a namespace?

You can enumerate all types in all assemblies and compare namespaces with the type you're searching for. The reflection classes don't have any methods that will get you types for a namespace, but it is possible.

And just because types aren't JIT'd until they're used doesn't mean reflection can't see them. It can get all the type information without actually loading and JIT'ing the type because it uses the metadata in the assembly.

 

Microsoft MVP, Visual C#
My Articles
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 
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 

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.