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)
Syntaxprotected void ExecuteScriptMethod(
	ScriptLoaderTypeToInstantiate typeData,
	ScriptLoaderMethodToInvoke methodToInvoke,
	Object[] arguments
)
Protected Sub ExecuteScriptMethod ( 
	typeData As ScriptLoaderTypeToInstantiate,
	methodToInvoke As ScriptLoaderMethodToInvoke,
	arguments As Object()
)
protected:
void ExecuteScriptMethod(
	ScriptLoaderTypeToInstantiate^ typeData, 
	ScriptLoaderMethodToInvoke^ methodToInvoke, 
	array<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