Click or drag to resize

AddInManagerInvokeStaticFunction Method (String, String, Object)

Namespace:  Dynamicweb.Extensibility.AddIns
Assembly:  Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax
public static Object InvokeStaticFunction(
	string typeName,
	string functionName,
	Object[] arguments
)

Parameters

typeName
Type: SystemString
functionName
Type: SystemString
arguments
Type: SystemObject

Return Value

Type: Object
See Also