Table of Contents

Method ResolveReferences

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

ResolveReferences()

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

IList<string> ResolveReferences()

Returns

IList<string>

List of assembly references.

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.