summaryM:DotNetNuke.UI.Utilities.Reflection.InvokeMethod(System.Type,System.String,System.Object,System.Object[])

Namespace: DotNetNuke.UI.Utilities
Assembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll)

Syntax

C#
public static Object InvokeMethod(
	Type Type,
	string MethodName,
	Object Target,
	Object[] Args
)
Visual Basic
Public Shared Function InvokeMethod ( 
	Type As Type,
	MethodName As String,
	Target As Object,
	Args As Object()
) As Object

Parameters

Type
Type: System..::..Type
paramTypeM:DotNetNuke.UI.Utilities.Reflection.InvokeMethod(System.Type,System.String,System.Object,System.Object[])
MethodName
Type: System..::..String
paramMethodNameM:DotNetNuke.UI.Utilities.Reflection.InvokeMethod(System.Type,System.String,System.Object,System.Object[])
Target
Type: System..::..Object
paramTargetM:DotNetNuke.UI.Utilities.Reflection.InvokeMethod(System.Type,System.String,System.Object,System.Object[])
Args
Type: array<System..::..Object>[]()[][]
paramArgsM:DotNetNuke.UI.Utilities.Reflection.InvokeMethod(System.Type,System.String,System.Object,System.Object[])

Return Value

returnsM:DotNetNuke.UI.Utilities.Reflection.InvokeMethod(System.Type,System.String,System.Object,System.Object[])

See Also