Table of Contents

Method FromScriptProject

Namespace
Alternet.Scripter.Python
Assembly
Alternet.Scripter.Python.v10.dll

FromScriptProject(string)

When implemented by a class, loads script source from the Python project.

IScriptSource FromScriptProject(string projectFileName)

Parameters

projectFileName string

Project file name to load script.

Returns

IScriptSource

Modified IScriptSource instance

FromScriptProject(Stream, string)

When implemented by a class, loads script source from the Visual Studio project.

IScriptSource FromScriptProject(Stream projectStream, string projectFileName)

Parameters

projectStream Stream

Stream contains the project.

projectFileName string

Project file name to load script.

Returns

IScriptSource

Modified IScriptSource instance