Table of Contents

Method FromScriptProject

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

FromScriptProject(string)

Loads script source from the Visual Studio project.

public virtual 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.

public virtual 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