Search
InternalUtils.GetLoadedType Method (String)
See Also
 





Searches for the type with the specified name in all loaded assemblies.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Type GetLoadedType (
    string typeName
)

Visual Basic  Copy Code

Public Shared Function GetLoadedType( _
    typeName As String _
) As Type

 Parameters

typeName

 Return Value

 See Also