Getting a class' name, but not fully qualified?

Jeremy DeHaan dehaan.jeremiah at gmail.com
Wed Mar 26 23:16:01 PDT 2014


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?


More information about the Digitalmars-d-learn mailing list