Search Results for

    Show / Hide Table of Contents

    Interface IDlrHost

    Represents a simplic Dlr host

    Namespace: Simplic.Dlr
    Assembly: Simplic.Dlr.dll
    Syntax
    public interface IDlrHost

    Properties

    | Improve this Doc View Source

    DefaultScope

    Default scope for the current dlr host instance

    Declaration
    DlrScriptScope DefaultScope { get; }
    Property Value
    Type Description
    DlrScriptScope
    | Improve this Doc View Source

    Resolver

    Import resolver list

    Declaration
    IList<IDlrImportResolver> Resolver { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IDlrImportResolver>
    | Improve this Doc View Source

    ScriptEngine

    Instance of the ScriptEngine connected with the host

    Declaration
    ScriptEngine ScriptEngine { get; }
    Property Value
    Type Description
    ScriptEngine

    Methods

    | Improve this Doc View Source

    AddImportResolver(IDlrImportResolver)

    Add a simple resolver

    Declaration
    void AddImportResolver(IDlrImportResolver resolver)
    Parameters
    Type Name Description
    IDlrImportResolver resolver

    Resolver instance

    | Improve this Doc View Source

    LoadAssembly(Assembly)

    Load an assembly into the runtime

    Declaration
    void LoadAssembly(Assembly asm)
    Parameters
    Type Name Description
    System.Reflection.Assembly asm

    Instance of an assembly

    | Improve this Doc View Source

    PreCompile()

    Precompile all available scripts

    Declaration
    void PreCompile()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx