summaryM:DotNetNuke.UI.Utilities.Reflection.InvokeMethod(System.Type,System.String,System.Object,System.Object[])
Namespace: DotNetNuke.UI.UtilitiesAssembly: 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[])