Table of Contents

Method ResolveReferences

Namespace
Alternet.Scripter.IronPython
Assembly
Alternet.Scripter.IronPython.v9.dll

ResolveReferences(IList<string>)

When implemented by a class, returns list of assembly references used by the script.

IList<string> ResolveReferences(IList<string> unresolvedReferences)

Parameters

unresolvedReferences IList<string>

Contains list of references that can not be resolved.

Returns

IList<string>

List of assembly references.