Table of Contents

Constructor AutomationScriptCSharpConfiguration

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

AutomationScriptCSharpConfiguration(string, string, string, string)

Initializes a new instance of the AutomationScriptCSharpConfiguration class.

public AutomationScriptCSharpConfiguration(string csharpCode, string dllReferences = null, string namespaceReferences = null, string scriptReferences = null)

Parameters

csharpCode string

The code.

dllReferences string

The DLL references to be used.

namespaceReferences string

The namespace references to be used.

scriptReferences string

The script references to be used.