Search Results for

    Show / Hide Table of Contents

    Interface IDlrImportResolver

    Resolver for importing scripts and modules

    Namespace: Simplic.Dlr
    Assembly: Simplic.Dlr.dll
    Syntax
    public interface IDlrImportResolver

    Methods

    | Improve this Doc View Source

    GetModuleInformation(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

    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx