Click or drag to resize

ScriptLoader.AddCustomParameters Method

Add custom parameters to method invocation parameters.

Namespace:  DHI.Mike1D.Plugins
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected bool AddCustomParameters(
	MethodInfo method,
	ParameterInfo parameterInfo,
	Object[] parms,
	int i,
	IDiagnostics diagnostics
)

Parameters

method
Type: System.Reflection.MethodInfo
Method to invoke
parameterInfo
Type: System.Reflection.ParameterInfo
Parameters of method
parms
Type:System.Object[]
Invocation parameters
i
Type: System.Int32
Index of parameter
diagnostics
Type: DHI.Mike1D.Generic.IDiagnostics
Diagnostics for error reporting

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.Plugins.ScriptLoader.AddCustomParameters(System.Reflection.MethodInfo,System.Reflection.ParameterInfo,System.Object[],System.Int32,DHI.Mike1D.Generic.IDiagnostics)"]

See Also