Class TypeScriptReflectionUtility

A class that holds utility methods for managed reflection.

Hierarchy

  • FrameworkObject
    • TypeScriptReflectionUtility

Constructors

Accessors

  • get allClasses(): Iterable<Type>
  • Contains all classes currently known and registered with the engine runtime.

    Returns Iterable<Type>

Methods

  • 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