ITypeResolver Interface

Definition

Provides methods for resolving a Type from a string.

public interface ITypeResolver
type ITypeResolver = interface
Public Interface ITypeResolver

Methods

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