public class nsIWritableVariant extends nsIVariant
NS_ISUPPORTS_IID_STR
Constructor and Description |
---|
nsIWritableVariant(long address) |
Modifier and Type | Method and Description |
---|---|
int |
SetAsArray(short type,
long iid,
int count,
long ptr) |
int |
SetAsBool(int aValue) |
int |
SetAsDouble(double aValue) |
int |
SetAsEmpty() |
int |
SetAsEmptyArray() |
int |
SetAsWStringWithSize(int size,
char[] str) |
GetAsArray, GetAsBool, GetAsDouble, GetAsInt32, GetAsWStringWithSize, GetDataType
AddRef, getAddress, getClassName, getGetterIndex, getMethodIndex, getSetterIndex, IsXULRunner10, IsXULRunner24, IsXULRunner31, IsXULRVersionOrLater, QueryInterface, Release
public int SetAsDouble(double aValue)
public int SetAsBool(int aValue)
public int SetAsArray(short type, long iid, int count, long ptr)
public int SetAsWStringWithSize(int size, char[] str)
public int SetAsEmpty()
public int SetAsEmptyArray()
Copyright © 2017. All Rights Reserved.