Table of Contents

Method ResolveReferences

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

ResolveReferences(IList<string>)

Returns list of assembly references used by the script.

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

ResolveReferences()

Returns list of assembly references used by the script.

public virtual IList<string> ResolveReferences()

Returns

IList<string>

List of assembly references.

ResolveReferences(IList<string>, IList<string>)

protected virtual IList<string> ResolveReferences(IList<string> references, IList<string> unresolvedReferences)

Parameters

references IList<string>
unresolvedReferences IList<string>

Returns

IList<string>