Class GenericImportModule
Inheritance
System.Object
GenericImportModule
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.Dlr
Assembly: Simplic.Dlr.dll
Syntax
public static class GenericImportModule
Fields
| Improve this Doc View SourceRESOLVER_PATH_NAME
Name which will be used in resolver
Declaration
public const string RESOLVER_PATH_NAME = "<simplic-dlr-resolver>"
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceHost
IronPython language context.
Declaration
public static DlrHost<IronPythonLanguage> Host { get; }
Property Value
Type | Description |
---|---|
DlrHost<IronPythonLanguage> |