| AddInManagerInvokeStaticFunction Method (Type, String, Object) |
Namespace:
Dynamicweb.Extensibility.AddIns
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax public static Object InvokeStaticFunction(
Type type,
string functionName,
Object[] arguments
)
Public Shared Function InvokeStaticFunction (
type As Type,
functionName As String,
arguments As Object()
) As Object
Parameters
- type
- Type: SystemType
- functionName
- Type: SystemString
- arguments
- Type: SystemObject
Return Value
Type:
ObjectSee Also