Table of Contents

Constructor PackageInfoItem

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

PackageInfoItem(string, string)

Initializes a new instance of the ScriptEngine.PackageInfoItem struct.

public PackageInfoItem(string name, string version)

Parameters

name string

The name of the Python package.

version string

The version of the Python package.