Returns the type class containing the given type.
Type class containing the given string type.
This function returns the type class containing the given type.
Firstly the type of the class will be searched in the executing assembly but if no matching type exists there all loaded assemblies will be searched if access is granted.
Exception Type | Condition |
---|---|
ArgumentNullException | Thrown if no type was given. |
TypeLoadException | Means that the given type was not found in all loaded assemblies. |
Utility Class | uws.Utilities Namespace | Utility.GetType Overload List | Activator