Interface IPlugin
public interface IPlugin : IDisposable
- Inherited Members
- Extension Methods
Properties
Connection
IConnection Connection { get; }
Property Value
FilePath
string FilePath { get; }
Property Value
Id
string Id { get; }
Property Value
Name
string Name { get; }
Property Value
Methods
Close()
void Close()
Events
BeforeClose
event EventHandler BeforeClose
Event Type
Closed
event EventHandler Closed