ITypeResolver Interface
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 interface ITypeResolver
type ITypeResolver = interface
Public Interface ITypeResolver
Methods
ResolveType(String) |
Returns the Type corresponding to the provided |
TryResolveType(String, Type) |
Resolves the Type corresponding to the provided |