simplify PluginManager a bit more
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
namespace Pilz.Plugins;
|
||||
using System.Reflection;
|
||||
|
||||
public class PluginRuntimeInfo : PluginRuntimeInfo<IPlugin>
|
||||
namespace Pilz.Plugins;
|
||||
|
||||
public class PluginRuntimeInfo
|
||||
{
|
||||
public object? Plugin { get; internal set; }
|
||||
public PluginStatus Status { get; internal set; }
|
||||
public Assembly? Assembly { get; internal set; }
|
||||
public Exception? Exception { get; internal set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user