Search
ITypeResolver.ResolveType Method
See Also
 





Returns the type corresponding to the specified name.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

Type ResolveType (
    string name
)

Visual Basic  Copy Code

Function ResolveType( _
    name As String _
) As Type

 Parameters

name

The name or identifier of the type.

 Return Value

The type corresponding to the specified name or identifier.

 See Also