class Class

namespace sys.core
class Class

Represents meta information about a class.

Methods

@write

func @write(ref stream: Stream);

Brief

Writes the name of the class to an output stream.

Parameters

stream the output stream

Properties

Name

property Name: const ref String; get;

Brief

Returns the fully qualified class name.


ShortName

property ShortName: const ref String; get;

Brief

Returns only the class name, without the namespace.


Namespace

property Namespace: const ref String; get;

Brief

Returns the namespace of the class.