StaticcanStaticconvertTries to convert an object to given target type.
Source object that will be converted.
Type to convert the object into.
Resulting converted object.
StaticcreateStaticgetStaticgetGets a generation that iterates over all classes of the specified module.
StaticgetStaticgetStaticgetReturns the ReflectionType for the specified type.
ReflectionType representing given type or null if type is null.
StaticgetReturns type of given instance.
The instance to inspect.
ReflectionType representing type of given object.
StaticgetReturns an array of all classes that implement the specified base type.
The base type.
StaticgetReturns type of given instance.
The instance to inspect.
The type of the given instance.
StaticgetStaticinvokeInvokes a method on instance.
The instance to invoke the method on.
The name of the method to be invoked.
Rest...parameters: any[]An array of parameters to be passed to the method invocation.
The return value of the method call.
StaticiterateReturns an array of all classes that implement the specified base type.
The base type.
Staticset
The Reflection class provides reflection utilities for TypeScript types.