Click or drag to resize

ScriptLoaderCompileFromSource Method (String, String)

Compile script from string source (stored in DB or similar)

Namespace:  DHI.Mike1D.Plugins
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void CompileFromSource(
	string scriptId,
	string source
)

Parameters

scriptId
Type: SystemString
Id of script. Used when reporting build errors
source
Type: SystemString
String containing script source code
See Also