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