PDA

View Full Version : using .Net Reflector


BobLewiston
01-26-2009, 01:01 AM
Please forgive what is surely a stupid question:

How do I use .Net Reflector to find out which namespace a class, method or property is in, or to see parameter lists? There's no way to enter a character string to tell it what you're looking for.

demtron
01-29-2009, 06:20 AM
See http://bytes.com/groups/net-c/846655-using-reflection-fine-current-namespace for more information. Just use GetType().Namespace.

Hope that helps!

BobLewiston
01-29-2009, 04:49 PM
See http://bytes.com/groups/net-c/846655-using-reflection-fine-current-namespace for more information. Just use GetType().Namespace.

Hope that helps!

Thanks demtron, but I'm just getting a blank webpage at that URL.

Millenia
01-29-2009, 06:39 PM
The whole of bytes.com is down at the moment. Probably just a small problem.
It should be back up soon.

It's back up now