다음을 통해 공유


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

Return Value

Type: System.Type
The .NET type name.

See Also

Reference

ITypeReflector Interface

ITypeReflector Members

Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace