TypeResolver.ResolveType(String) Method
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.
Returns the Type corresponding to the provided name
, throwing an exception if resolution fails.
public abstract Type ResolveType (string name);
abstract member ResolveType : string -> Type
Public MustOverride Function ResolveType (name As String) As Type
Parameters
- name
- String
The type name.
Returns
The Type corresponding to the provided name
.