namespace sys.core
class Class
func @write(ref stream: Stream);
Writes the name of the class to an output stream.
stream=> the output stream
property Name: const ref String; get;
Returns the fully qualified class name.
property ShortName: const ref String; get;
Returns only the class name, without the namespace.
property Namespace: const ref String; get;
Returns the namespace of the class.