| Visual Basic (Declaration) | |
|---|---|
Public Class AddInModuleInit Inherits ModuleInit Implements IModule  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public class AddInModuleInit : ModuleInit, IModule  | |
| C++/CLI | |
|---|---|
public ref class AddInModuleInit : public ModuleInit, IModule  | |
            This class will be loaded by the PACS Framework to provide module level information and notify the AddIns that they are loaded.
            
            System.Object
   Leadtools.Dicom.AddIn.ModuleInit
      Leadtools.Medical.Workstation.AddIns.AddInModuleInit
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code