As the title says, I was wondering if there was a way to get the classes name at runtime, but not its fully qualified name. I want JUST the name of the class only. Obviously I could get the fully qualified name from the classinfo and then split it up to get the name of the class, but I don't want to do all that at runtime.

Is this possible or am I out of luck?

Reply via email to