IInterfaceInformationService Interface

Summary

The interface information service enables a component to interrogate another component to determine if it implements a particular interface.

Syntax
C#
VB
C++
[ServiceContractAttribute(Name="IInterfaceInformationService")] 
public interface IInterfaceInformationService : IBaseService 
<ServiceContractAttribute("IInterfaceInformationService")> 
Public Interface IInterfaceInformationService  
   Inherits IBaseService  
[ServiceContractAttribute("IInterfaceInformationService")] 
public interface class IInterfaceInformationService : public IBaseService   

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly