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 SourceHost
Accessing host context
Declaration
public static DlrHost<IronPythonLanguage> Host { get; }
Property Value
Type | Description |
---|---|
DlrHost<IronPythonLanguage> |
Language
Accessing language context
Declaration
public static IronPythonLanguage Language { get; }
Property Value
Type | Description |
---|---|
IronPythonLanguage |
Methods
| Improve this Doc View SourceResetScriptScope()
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()
ResetScriptScopeCallable(Guid)
Callable as app from simplic studio menu
Declaration
public static void ResetScriptScopeCallable(Guid id)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id |