nsISupportsInterfacePointer

This interface provides scriptable access for XPCOM objects.
Inherits from: nsISupportsPrimitive Last changed in Gecko 1.2

Method overview

string toString();

Attributes

Attribute Type Description
data nsISupports Provides access to the native type represented by the object.
dataIID nsIDPtr Stores an IID corresponding to the data attribute.

Methods

toString()

Returns a string valued representation of the object.

string toString();
Parameters

None.

Return value

A string valued representation of the object.

Remarks

This interface was frozen for Gecko 1.2. See bug bug 166426 for details. From Gecko 2.0 interfaces are no longer frozen.