Utils IsComInterfaceSupported Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Determines whether a COM object supports the specified interface.

Namespace: BlueCieloECM.InnoCielo.Meridian
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public static bool IsComInterfaceSupported(
	Type interfaceType,
	Object comObject
)

Return Value

A value indicating whether the interface is supported by the object.
See Also