Interface IScript<TContext>
Generic interface for scripts with a specific context type.
public interface IScript<out TContext> : IScript, IManageableLifecycle<ScriptManager>, IManageableLifecycle, IReloadable, IManageable<ScriptManager>, IManageable where TContext : IScriptContext
Type Parameters
TContext
The type of the script context.
- Inherited Members
- Extension Methods
Properties
Context
TContext Context { get; }
Property Value
- TContext