IPlugin Interface

Definition

Base interface for a plug-in.

public interface class IPlugin
public interface IPlugin
type IPlugin = interface
Public Interface IPlugin

Methods

Execute(IServiceProvider)

Executes plug-in code in response to an event.

Applies to