Interface IReloadableScript
Interface for scripts that can be reloaded. Include this interface if your script needs to support reloading at runtime.
public interface IReloadableScript : IScript, IManageableLifecycle<ScriptManager>, IManageableLifecycle, IReloadable, IManageable<ScriptManager>, IManageable
- Inherited Members
- Extension Methods