Search
InternalUtils.GetLoadedAssembly Method
See Also
 





Gets the specified assembly.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Assembly GetLoadedAssembly (
    string asmName
)

Visual Basic  Copy Code

Public Shared Function GetLoadedAssembly( _
    asmName As String _
) As Assembly

 Parameters

asmName

The full name of the assembly.

 Return Value

An instance of the .NET Assembly class.

 Remarks

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

 See Also