Artemis Artemis
Artemis Artemis

Search Results for

    Class ScriptingProvider<TGlobalScript, TProfileScript>

    Allows you to implement and register your own scripting provider.

    Inheritance
    object
    CorePropertyChanged
    PluginFeature
    ScriptingProvider
    ScriptingProvider<TGlobalScript, TProfileScript>
    Implements
    IDisposable
    Inherited Members
    ScriptingProvider.CreateScriptEditor(ScriptType)
    ScriptingProvider.GetDefaultScriptContent(ScriptType)
    ScriptingProvider.LanguageName
    ScriptingProvider.Scripts
    PluginFeature.Enable()
    PluginFeature.Disable()
    PluginFeature.Dispose(bool)
    PluginFeature.OnEnabled()
    PluginFeature.OnDisabled()
    PluginFeature.Dispose()
    PluginFeature.AddTimedUpdate(TimeSpan, Action<double>, string)
    PluginFeature.AddTimedUpdate(TimeSpan, Func<double, Task>, string)
    PluginFeature.Info
    PluginFeature.Plugin
    PluginFeature.Profiler
    PluginFeature.IsEnabled
    PluginFeature.Id
    PluginFeature.Enabled
    PluginFeature.Disabled
    Namespace: Artemis.Core.ScriptingProviders
    Assembly: Artemis.Core.dll
    Syntax
    public abstract class ScriptingProvider<TGlobalScript, TProfileScript> : ScriptingProvider, IDisposable where TGlobalScript : GlobalScript where TProfileScript : ProfileScript
    Type Parameters
    Name Description
    TGlobalScript
    TProfileScript

    Constructors

    ScriptingProvider()

    Declaration
    protected ScriptingProvider()

    Implements

    IDisposable
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.