Visual Basic (Declaration) | |
---|---|
Public Class DICOMPluginFactory |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DICOMPluginFactory |
C# | |
---|---|
public class DICOMPluginFactory |
C++/CLI | |
---|---|
public ref class DICOMPluginFactory |
This class is responsible of creating and initializing the plug-ins configured in the WCF service configuration file.
In order to use this class you should set the type of the DICOMPluginFactory in the DICOMServicesConfigurationHandler.Type property.
You can inherit from this class and provide your own implementation for the factory methods to create and initialize your own plug-ins types but you should change the DICOMServicesConfigurationHandler.Type to refer to your new custom factory class.
The class uses the DICOMServicesConfigurationHandler to retrieve the plug-ins types and initialization information, you should make sure that the WCF service configuration file has a valid DICOMServicesConfigurationHandler section to be able to create the plug-ins.
For more information about implemeting custom plug-ins Factory check
System.Object
Leadtools.Dicom.Services.DICOMPluginFactory
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family