Search Results for

    Show / Hide Table of Contents

    Class IronPythonScriptHost

    Compatibility

    Inheritance
    System.Object
    IronPythonScriptHost
    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.Script
    Assembly: Simplic.Framework.Base.dll
    Syntax
    [Obsolete("Use GlobalDlrHost instead")]
    public class IronPythonScriptHost

    Properties

    | Improve this Doc View Source

    Singleton

    Singleton for accessing the controller

    Declaration
    public static IronPythonScriptHost Singleton { get; }
    Property Value
    Type Description
    IronPythonScriptHost

    Methods

    | Improve this Doc View Source

    LoadAssembly(String)

    Load assembly

    Declaration
    public void LoadAssembly(string path)
    Parameters
    Type Name Description
    System.String path
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx