Düzenle

Aracılığıyla paylaş


CachedTypeResolver Class

Definition

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
CachedTypeResolver

Constructors

CachedTypeResolver()

Methods

GetName(Assembly)

Gets the cached assembly name.

ResolveType(String)

Returns the Type corresponding to the provided name, throwing an exception if resolution fails.

TryResolveType(String, Type)

Resolves the Type corresponding to the provided name, returning true if resolution succeeded and false otherwise.

Applies to