| AddInManagerCreateAddInInstance Method (Type, Object) |
Namespace:
Dynamicweb.Extensibility.AddIns
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax public static Object CreateAddInInstance(
Type addInType,
params Object[] args
)
Public Shared Function CreateAddInInstance (
addInType As Type,
ParamArray args As Object()
) As Object
Parameters
- addInType
- Type: SystemType
- args
- Type: SystemObject
Return Value
Type:
ObjectSee Also