Can anyone show me how to get all class name in a given namespace ? I have an assembly that contains multiple namespace, but I only want to know all class that exist in specific namespace.

I know I must use reflection, but no idea how to do it.

Regards

Michael