Dynamicweb 8 Documentation
ImplementsInterface(Object,Type) Method

The instance.
The interface type.
Implements the interface of specified type.
Syntax
'Declaration
 
Public Overloads Shared Function ImplementsInterface( _ 
   ByVal instance As Object, _ 
   ByVal _interface As Type _ 
) As Boolean
public static bool ImplementsInterface( 
   object instance,
   Type _interface 
)

Parameters

instance
The instance.
_interface
The interface type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AddInManager Class
AddInManager Members
Overload List

Send Feedback