Returns the Type of the specified name.
Syntax
CSharp
VisualBasic
Public Overrides Function ResolveType ( _
id As String _
) As Type
ManagedCPlusPlus
public:
virtual Type^ ResolveType (
String^ id
) override
JSharp
Parameters
- id (String)
The assembly-qualified name of the managed type.
Return Value
Return Value
A Type object that has the specified name, if found; otherwise, null.
Remarks
The ResolveType(String) method calls the GetType(String) method to resolve the type.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)