- moved all plugin-related classes to Eithne.Plugin namespace
[FaRetSys.git] / IPlugin / IFactory.cs
blob1e0df26ad6601c19a7ab2a148c11c9b087145bd6
1 namespace Eithne
3 public interface IFactory
5 IInfo Info { get; }
6 IType Type { get; }
8 void Initialize(); // TODO: remove?
9 Plugin.Base Create();