CachedTypeResolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type resolver which caches results.
public sealed class CachedTypeResolver : Orleans.Serialization.TypeSystem.TypeResolver
type CachedTypeResolver = class
inherit TypeResolver
Public NotInheritable Class CachedTypeResolver
Inherits TypeResolver
- Inheritance
Constructors
CachedTypeResolver() |
Methods
GetName(Assembly) |
Gets the cached assembly name. |
ResolveType(String) |
Returns the Type corresponding to the provided |
TryResolveType(String, Type) |
Resolves the Type corresponding to the provided |