Class TypeUtils#
Defined in File TypeUtils.cs
Class Documentation#
- class xbe.sdk.Utils.TypeUtils#
Utility class for working with types across multiple loaded assemblies.
Public Static Functions
- Type GetType (string name)#
Searches all loaded assemblies for a class type matching the given name. The name should include the fully qualified class name. e.g.
xbe.sdk.Object
- Param name:
The fully qualified class name whose type will be retrieved.
- Return:
The type for the matching name if found, otherwise null.