Table of Contents

Constructor AppPackageScript

Namespace
Skyline.AppInstaller
Assembly
Skyline.DataMiner.Core.AppPackageCreator.dll

AppPackageScript(string, IEnumerable<string>)

Initializes a new instance of the AppPackageScript class.

public AppPackageScript(string scriptFilePath, IEnumerable<string> assemblies = null)

Parameters

scriptFilePath string

Path of the compiled Automation script XML file.

assemblies IEnumerable<string>

The script assemblies.

Exceptions

ArgumentNullException

scriptFilePath is null.

ArgumentException

The specified path is empty or white space. -or- The specified file is not an XML (.xml) file. -or- The specified script or assembly does not exist.