ScriptLoaderExecuteScriptMethod Method

Execute script method

Definition

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

Parameters

typeData  ScriptLoaderTypeToInstantiate
Type data, including object of type
methodToInvoke  ScriptLoaderMethodToInvoke
Method to invoke
arguments  Object
Arguments for method

See Also