EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Interface IAuraScriptFactory

    Inherited Members
    IFactory<IAuraScript>.Create()
    IFactory<IAuraScript, AuraScriptArgs>.Create(AuraScriptArgs)
    Namespace: EyeAuras.Scripting.Services
    Assembly: EyeAuras.Scripting.Metadata.dll
    Syntax
    public interface IAuraScriptFactory : IFactory<IAuraScript>, IFactory<IAuraScript, AuraScriptArgs>

    Properties

    Name Description
    RuntimeVisitors

    Hosts a collection of visitors that can track/modify script in the runtime

    Visitors

    Hosts a collection of visitors that can modify or interact with the script and its compilation process. This enables custom processing steps, such as code analysis, transformation, or augmentation before compilation, providing a powerful mechanism to enhance and customize script behavior.

    Methods

    Name Description
    AddRuntimeVisitor<T>()

    Adds a visitor which can extend functionality of the script in the runtime via binaries modification

    AddRuntimeVisitors(params IAuraScriptRuntimeVisitor[])

    Adds a visitor which can extend functionality of the script in the runtime via binaries modification

    AddVisitor<T>()

    Adds a visitor which can extend functionality of the script

    AddVisitors(params IAuraScriptVisitor[])

    Adds a visitor which can extend functionality of the script

    Create<TSandbox>()

    Extension Methods

    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    ObjectExtensions.CloneJson<T>(T)
    ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    ObjectExtensions.DumpToJson<T>(T)
    ObjectExtensions.DumpToTextRaw<T>(T)
    ObjectExtensions.DumpToText<T>(T)
    ObjectExtensions.Dump<T>(T)
    ObjectExtensions.EvalOrDefault<T, TValue>(T, Func<T, TValue>, TValue)
    ObjectExtensions.Eval<T, TValue>(T, Func<T, TValue>)
    ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ObjectExtensions.ToJson<T>(T, Formatting)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    ObjectExtensions.WaitForAsync<TObject, T1>(TObject, Func<TObject, T1>, Predicate<T1>, TimeSpan, int)
    XDocumentExtensions.AddTo<T>(T, XContainer)
    ObjectExtensions.GetPropertyAccessor<TValue>(object, string)
    ObjectReflectionExtensions.GetPropertyTypeOrDefault(object, string)
    ObjectReflectionExtensions.GetPropertyValue<T>(object, string)
    ObjectReflectionExtensions.SetPropertyValue<T>(object, string, T)
    2025 © Xab3r. All rights reserved.