Contains utilities for working with C# reflection types and getting a type by its name.
More...
|
static Type | GetType (string fullName) |
| Get a type given its full name (including namespace). More...
|
|
|
static Assembly[] | AllAssemblies [get] |
| Returns an array of all loaded assemblies. More...
|
|
static IEnumerable< Type > | AllTypes [get] |
| Returns an enumeration of all loaded types. More...
|
|
Contains utilities for working with C# reflection types and getting a type by its name.
◆ GetType()
static Type Infohazard.Core.TypeUtility.GetType |
( |
string |
fullName | ) |
|
|
static |
Get a type given its full name (including namespace).
- Parameters
-
fullName | Name of the type including namespace. |
- Returns
- The found type, or null.
◆ AllAssemblies
Assembly [] Infohazard.Core.TypeUtility.AllAssemblies |
|
staticget |
Returns an array of all loaded assemblies.
◆ AllTypes
IEnumerable<Type> Infohazard.Core.TypeUtility.AllTypes |
|
staticget |
Returns an enumeration of all loaded types.
The documentation for this class was generated from the following file:
- Runtime/Utility/TypeUtility.cs