  | AddInManagerImplementsInterface Method (Type, Type) | 
  
    Namespace: 
   Dynamicweb.Extensibility.AddIns
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntaxpublic static bool ImplementsInterface(
	Type type,
	Type interfaceType
)
Public Shared Function ImplementsInterface ( 
	type As Type,
	interfaceType As Type
) As Boolean
Parameters
- type
 - Type: SystemType
 - interfaceType
 - Type: SystemType
 
Return Value
Type: 
Boolean
See Also