Table of Contents

Method LoadScript

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

LoadScript(string)

When implemented by a class, load script from specified file.

string LoadScript(string fileName)

Parameters

fileName string

File name that contains script to load.

Returns

string

String representation of the file.