ReflectionCache.

GetType(string) Method

Summary

Calls System.Type.GetType(System.String) and caches the result for subsequent calls.
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
ReflectionCache

Syntax

public static Type GetType(string assemblyQualifiedName)

Parameters

Name Type Description
assemblyQualifiedName string

Return Value

Type Description
Type