RSX Code Reference
    Preparing search index...
    • rsx
    • TypeScriptReflectionUtility

    Class TypeScriptReflectionUtility

    A class that holds utility methods for managed reflection.

    Index
    • get allClasses(): Iterable<Type>

      Contains all classes currently known and registered with the engine runtime.

      Returns Iterable<Type>

    • Gets the namespace of the specified class.

      Parameters

      Returns string

    • Checks whether the specified klass originates from the module.

      Parameters

      • klass: Type
      • module: string

      Returns boolean