Click or drag to resize

ScriptLoaderExecuteScriptMethod Method

Execute script method

Namespace:  DHI.Mike1D.Plugins
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected void ExecuteScriptMethod(
	ScriptLoaderTypeToInstantiate typeData,
	ScriptLoaderMethodToInvoke methodToInvoke,
	Object[] arguments
)

Parameters

typeData
Type: DHI.Mike1D.PluginsScriptLoaderTypeToInstantiate
Type data, including object of type
methodToInvoke
Type: DHI.Mike1D.PluginsScriptLoaderMethodToInvoke
Method to invoke
arguments
Type: SystemObject
Arguments for method
See Also