Dynamicweb 8 Documentation
ImplementsInterface(Type,Type) Method

Object type.
Interface type.
Returns a value indicating whether the given type implements the given interface.
Syntax
'Declaration
 
Public Overloads Shared Function ImplementsInterface( _ 
   ByVal type As Type, _ 
   ByVal interfaceType As Type _ 
) As Boolean
public static bool ImplementsInterface( 
   Type type,
   Type interfaceType 
)

Parameters

type
Object type.
interfaceType
Interface type.

Return Value

Value indicating whether the given type implements the given interface.
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