Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIJSCID

This interface provides methods to instantiate a component and access service components.
Inherits from: nsIJSID Last changed in Gecko 1.7

Method overview

nsISupports createInstance();
nsISupports getService();

Methods

createInstance()

nsISupports createInstance();
Parameters

None.

Return value

 

getService()

nsISupports getService();
Parameters

None.

Return value

 

See also

  • See Components.classes for usage patterns of the createInstance() and getService() methods.

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh, Potappo, Andreas Wuest
 Last updated by: Sheppy,