public interface IPlugin : IDisposable
Public Interface IPlugin
Inherits IDisposable
public interface class IPlugin : IDisposable
type IPlugin =
interface
interface IDisposable
end
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
Initialize | Occurs on initialization of the plug-in. |