Gets the extension Type with the specified name, performing a case-sensitive search.

Namespace:  Mindroute.Core
Assembly:  Mindroute.Core (in Mindroute.Core.dll) Version: 1.0.0.0 (1.0.0)

Syntax

C#
public static Type GetExtensionType(
	string fullname
)
Visual Basic (Declaration)
Public Shared Function GetExtensionType ( _
	fullname As String _
) As Type

Parameters

fullname
Type: System..::.String
The full name of the type to get, including namespace.

Return Value

The Type with the specified name, if found; otherwise, null

See Also