Interface IHasPluginContext<T>
Represents a plugin context that provides access to a specific type of plugin context.
public interface IHasPluginContext<out T> : IPluginContext, IPluginComponent, IManageable<PluginComponentsManager>, IManageable where T : IPluginContext
Type Parameters
T
The type of plugin context.
- Inherited Members
- Extension Methods
Properties
Context
Gets the specific plugin context associated with this instance.
T Context { get; }
Property Value
- T