ITypeReflector.ResolveDotNetType Method
Provides the actual abstract type name resolution used by the GetDotNetType method.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Function ResolveDotNetType ( _
abstractTypeName As String _
) As Type
'Usage
Dim instance As ITypeReflector
Dim abstractTypeName As String
Dim returnValue As Type
returnValue = instance.ResolveDotNetType(abstractTypeName)
Type ResolveDotNetType(
string abstractTypeName
)
Parameters
- abstractTypeName
Type: System.String
The abstract type name.
Return Value
Type: System.Type
The .NET type name.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace