Click or drag to resize

AddInManagerCreateAddInInstance Method (String, Object)

Namespace:  Dynamicweb.Extensibility.AddIns
Assembly:  Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax
public static Object CreateAddInInstance(
	string addInTypeName,
	params Object[] args
)

Parameters

addInTypeName
Type: SystemString
args
Type: SystemObject

Return Value

Type: Object
See Also