Search Results for

    Show / Hide Table of Contents

    Class GlobalDlrHost

    Represents the global interface for accessing IronPython over the simplic dlr

    Inheritance
    System.Object
    GlobalDlrHost
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Core
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public static class GlobalDlrHost

    Properties

    | Improve this Doc View Source

    Host

    Accessing host context

    Declaration
    public static DlrHost<IronPythonLanguage> Host { get; }
    Property Value
    Type Description
    DlrHost<IronPythonLanguage>
    | Improve this Doc View Source

    Language

    Accessing language context

    Declaration
    public static IronPythonLanguage Language { get; }
    Property Value
    Type Description
    IronPythonLanguage

    Methods

    | Improve this Doc View Source

    ResetScriptScope()

    Reset script scope. Should only be used if you really know what it does. It creates a new scope and make the old one not available any longer.

    Declaration
    public static void ResetScriptScope()
    | Improve this Doc View Source

    ResetScriptScopeCallable(Guid)

    Callable as app from simplic studio menu

    Declaration
    public static void ResetScriptScopeCallable(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx