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 SourceSingleton
Singleton for accessing the controller
Declaration
public static IronPythonScriptHost Singleton { get; }
Property Value
Type | Description |
---|---|
IronPythonScriptHost |
Methods
| Improve this Doc View SourceLoadAssembly(String)
Load assembly
Declaration
public void LoadAssembly(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |