MindFusion.Wpf Pack Programmer's Guide
InternalUtils.GetLoadedAssembly Method
See Also
 





Gets the specified assembly.

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

 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 Diagramming for WPF infrastructure and is not intended to be used directly from your code.

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming.Wpf Namespace