Share via


ITypeReflector.ResolveDotNetType Method

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Function ResolveDotNetType ( _
    abstractTypeName As String _
) As Type
'Usage
Dim instance As ITypeReflector
Dim abstractTypeName As String
Dim returnValue As Type

returnValue = instance.ResolveDotNetType(abstractTypeName)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
Type ResolveDotNetType(
    string abstractTypeName
)

Parameters

Return Value

Type: System.Type
The .NET type name.

See Also

Reference

ITypeReflector Interface

ITypeReflector Members

Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace