TypeResolver Class

Definition

Provides methods for resolving a Type from a string.

public abstract class TypeResolver
type TypeResolver = class
Public MustInherit Class TypeResolver
Inheritance
TypeResolver
Derived

Constructors

TypeResolver()

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