StaticallReturns all types defined in all assemblies in current domain.
StaticcanStaticconvertTries to convert an object to given target type.
Source object that will be converted.
Type to convert the object into.
Resulting converted object.
StaticcreateStaticgetGets the value from a property or field.
The instance to access the property or field from.
The name of the property to be retrieved.
The value of the property.
StaticgetGets a generation that iterates over all classes of the specified module.
StaticgetStaticgetGets an array of all properties, fields and method of the object.
The instance to fetch property names from.
An array of all instance property names.
StaticgetReturns 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.
StaticgetReturns type that has given name.
Name of type to search for.
ReflectionType representing type with given name.
StaticinvokeInvokes a method on instance.
The instance to invoke the method on.
The name of the method to be invoked.
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.
StaticsetSets the value of a property or field.
The instance to access the property or field from.
The name of the property to be set.
The value of the property.
The Reflection class provides reflection utilities for TypeScript types.