[Missing <summary> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetMethod(System.String,System.Type,System.Object[])"]
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.2.0.0 (24.2.0.0)
Syntax
public MethodInfo GetMethod( string name, Type returnType, params Object[] arguments )
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetMethod(System.String,System.Type,System.Object[])"]
- returnType
- Type: SystemType
[Missing <param name="returnType"/> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetMethod(System.String,System.Type,System.Object[])"]
- arguments
- Type: SystemObject
[Missing <param name="arguments"/> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetMethod(System.String,System.Type,System.Object[])"]
Return Value
Type: MethodInfo[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetMethod(System.String,System.Type,System.Object[])"]
See Also