Edit

Share via


ITypeResolver.ResolveType(String) Method

Definition

Returns the Type corresponding to the provided name, throwing an exception if resolution fails.

public Type ResolveType (string name);
abstract member ResolveType : string -> Type
Public Function ResolveType (name As String) As Type

Parameters

name
String

The type name.

Returns

The Type corresponding to the provided name.

Applies to