Implemented by
- @mozilla.org/system-info;1
- @mozilla.org/network/input-stream-channel;1
- @mozilla.org/hash-property-bag;1
[scriptable, uuid(bfcd37b0-a49f-11d5-910d-0010a4e73d9a)]
interface nsIPropertyBag : nsISupports
Attributes
Get a nsISimpleEnumerator whose elements are nsIProperty objects.
readonly attribute
nsISimpleEnumerator
enumerator
Methods
Get a property value for the given name. @throws NS_ERROR_FAILURE if a property with that name doesn't exist.
nsIVariant
getProperty(in AString name)
Compare to: