« XPCOM API Reference
Summary
This method is used to test for the existance of a class implementing a specific ContractID.
boolean isContractIDRegistered(
in string aContractID
);
Parameters
- aContractID
- [in] The ContractID to be queried.
Return Values
This function returns true if a factory is registered for the given ContractID. Otherwise, it returns false.