  | AddInManagerCreateAddInInstance Method (Type) | 
  
    Namespace: 
   Dynamicweb.Extensibility.AddIns
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntaxpublic static Object CreateAddInInstance(
	Type addInType
)
Public Shared Function CreateAddInInstance ( 
	addInType As Type
) As Object
Parameters
- addInType
 - Type: SystemType
 
Return Value
Type: 
Object
See Also