TypeUtility
This class provides functionality for getting Type by given type name presented by string.
Available methods
This method returns Type by given string name. If type wasn't found in assembly, it returns null.
Example:
Last updated