Class ReflectionUtils
Utility methods for common reflection-based operations.
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
public static class ReflectionUtils
Methods
Name | Description |
---|---|
Find |
Search all assemblies for a type that matches a given predicate delegate. |
Find |
Find a type in any assembly by its full name. |
Find |
Searches for a type by assembly simple name and its Full |
Find |
Search all assemblies for a set of types that matches any one of a set of predicates. |
Find |
Searches all assemblies for a set of types by their Full |
For |
Executes a delegate function for every assembly that can be loaded. |
For |
Executes a delegate function for each type in every assembly. |
Get |
Get the fields with |
Nicify |
Cleans up a variable name for display in UI. |
Pre |
Caches type information from all currently loaded assemblies. |