IPlugin Interface |
Namespace: Clio.Utilities.Plugins
public interface IPlugin : IEquatable<IPlugin>
The IPlugin type exposes the following members.
Name | Description | |
---|---|---|
![]() | Author | |
![]() | Description | |
![]() | DisplayWindow | |
![]() | Name | |
![]() | Version |
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatableIPlugin.) |
![]() | OnDisabled | |
![]() | OnEnabled | |
![]() | OnInitialize | |
![]() | OnPulse | |
![]() | OnShutdown |