IInterfaceInformationService Interface
Summary
The interface information service enables a component to interrogate another component to determine if it implements a particular interface.
Syntax
[ServiceContractAttribute(Name="IInterfaceInformationService")]
public interface IInterfaceInformationService : IBaseService
<ServiceContractAttribute("IInterfaceInformationService")>
Public Interface IInterfaceInformationService
Inherits IBaseService
[ServiceContractAttribute("IInterfaceInformationService")]
public interface class IInterfaceInformationService : public IBaseService