TypeResolver 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.
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 |
TryResolveType(String, Type) |
Resolves the Type corresponding to the provided |