Interface IDlrImportResolver
Resolver for importing scripts and modules
Namespace: Simplic.Dlr
Assembly: Simplic.Dlr.dll
Syntax
public interface IDlrImportResolver
Methods
| Improve this Doc View SourceGetModuleInformation(String)
Detect the type of the script. Returns None-Type if not found
Declaration
ResolvedType GetModuleInformation(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | Module name, package path or script path (ends with .py) |
Returns
Type | Description |
---|---|
ResolvedType | Type of the script |
GetScriptSource(String)
Import path
Declaration
string GetScriptSource(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | Returns the script-source |
Returns
Type | Description |
---|---|
System.String |