Click or drag to resize

PluginGetMethod Method

[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.5.0.0 (24.5.0.0)
Syntax
public MethodInfo GetMethod(
	string name,
	Type returnType,
	params Object[] arguments
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetMethod(System.String,System.Type,System.Object[])"]

returnType  Type

[Missing <param name="returnType"/> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetMethod(System.String,System.Type,System.Object[])"]

arguments  Object

[Missing <param name="arguments"/> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetMethod(System.String,System.Type,System.Object[])"]

Return Value

MethodInfo

[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetMethod(System.String,System.Type,System.Object[])"]

See Also