Determines whether a COM object supports the specified interface.
Namespace: BlueCieloECM.InnoCielo.MeridianAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
public static bool IsComInterfaceSupported(
Type interfaceType,
Object comObject
)
public static bool IsComInterfaceSupported(
Type interfaceType,
Object comObject
)
Public Shared Function IsComInterfaceSupported ( _
interfaceType As Type, _
comObject As Object _
) As Boolean
Public Shared Function IsComInterfaceSupported ( _
interfaceType As Type, _
comObject As Object _
) As Boolean
public:
static bool IsComInterfaceSupported(
Type^ interfaceType,
Object^ comObject
)
public:
static bool IsComInterfaceSupported(
Type^ interfaceType,
Object^ comObject
)
Parameters
- interfaceType
- Type:
System Type
The interface to query.
- comObject
- Type:
System Object
The COM object to query the interface on.
Return Value
A value indicating whether the interface is supported by the object.