ScriptLoaderAddCustomParameters 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
)
Protected Function AddCustomParameters (
method As MethodInfo,
parameterInfo As ParameterInfo,
parms As Object(),
i As Integer,
diagnostics As IDiagnostics
) As Boolean
protected:
bool AddCustomParameters(
MethodInfo^ method,
ParameterInfo^ parameterInfo,
array<Object^>^ parms,
int i,
IDiagnostics^ diagnostics
)
Parameters
- method
- Type: System.ReflectionMethodInfo
Method to invoke - parameterInfo
- Type: System.ReflectionParameterInfo
Parameters of method - parms
- Type: SystemObject
Invocation parameters - i
- Type: SystemInt32
Index of parameter - diagnostics
- Type: DHI.Mike1D.GenericIDiagnostics
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