ReflectionCache.

SetType(string, Type) Method

Summary

Sets a cached type for UltEvents.ReflectionCache.GetType(System.String).
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
ReflectionCache

Syntax

public static void SetType(string assemblyQualifiedName, Type type)

Parameters

Name Type Description
assemblyQualifiedName string
type Type

Return Value

Type Description
void