Click or drag to resize
Akka.NETTypeCache Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.Util.ReflectionTypeCache

Namespace:  Akka.Util.Reflection
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class TypeCache

The TypeCache type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetType
Gets the Type with the specified name, performing a case-sensitive search and throw an exception if the type is not found.
Top
See Also