MindFusion.Wpf Pack Programmer's Guide
InternalUtils.GetLoadedType Method (String)
See Also
 





Gets the type with the specified name.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

The full name of the type.

 Return Value

An instance of the .NET Type class.

 Remarks

This method supports the Diagramming for WPF infrastructure and is not intended to be used directly from your code.

 See Also

GetLoadedType Method Overload List
InternalUtils Members
InternalUtils Class
MindFusion.Diagramming.Wpf Namespace