Gets a readonly collection of all plugins.
Namespace:
FreeImageAPI.PluginsAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static ReadOnlyCollection<FreeImagePlugin> PluginList { get; } |
Visual Basic (Declaration) |
---|
Public Shared ReadOnly Property PluginList As ReadOnlyCollection(Of FreeImagePlugin) |
Visual C++ |
---|
public: static property ReadOnlyCollection<FreeImagePlugin^>^ PluginList { ReadOnlyCollection<FreeImagePlugin^>^ get (); } |