Dynamicweb 8 Documentation
IsAssemblyLoaded Method

Name of the assembly.
Determines whether assembly is loaded.
Syntax
'Declaration
 
Public Shared Function IsAssemblyLoaded( _ 
   ByVal AsmName As String _ 
) As Boolean
public static bool IsAssemblyLoaded( 
   string AsmName 
)

Parameters

AsmName
Name of the assembly.

Return Value

true if assembly is loaded; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AddInManager Class
AddInManager Members

Send Feedback