Click or drag to resize

AddinLoader Class

Class to dynamically load extender components into Web Map Layers 8.
Inheritance Hierarchy
SystemObject
  Cadcorp.Web.UI.UtilAddinLoader

Namespace:  Cadcorp.Web.UI.Util
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public static class AddinLoader

The AddinLoader type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckAddIns
Checks the database to see if addins are already present in the system.
Public methodStatic memberGetAddInList
Gets the list of add ins available.
Public methodStatic memberGetAdminDialogs
Return a list of controls inheriting from DialogBase
Public methodStatic memberGetAdminMenuItems
Return a list of MenuItem controls.
Public methodStatic memberGetAuthenticatedAddIns
Gets an array of Add Ins that require authentication
Public methodStatic memberGetDialogs
Return a list of controls inheriting from DialogBase
Public methodStatic memberGetFriendlyName
Get the human readable name for the add in
Public methodStatic memberGetMapControls
Return a list of controls inheriting from OLControlBase
Public methodStatic memberGetMenuItems
Return a list of MenuItem controls.
Public methodStatic memberGetToolStripButtons
Return a list of controls inheriting from ButtonBase
Public methodStatic memberGetWebResources
Returns web resources for available user.
Public methodStatic memberInitialise
Initialises the add in loader, checking the addins folder and loading assemblies to the current AppDomain.
Public methodStatic memberTypeImplementsInterface
Check to insure that an interface is implemented.
Top
See Also