public class nsIComponentManager extends nsISupports
Modifier and Type | Field and Description |
---|---|
(package private) static int |
LAST_METHOD_ID |
static nsID |
NS_ICOMPONENTMANAGER_IID |
static java.lang.String |
NS_ICOMPONENTMANAGER_IID_STR |
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
Constructor and Description |
---|
nsIComponentManager(int address) |
Modifier and Type | Method and Description |
---|---|
int |
CreateInstance(nsID aClass,
int aDelegate,
nsID aIID,
int[] result) |
int |
CreateInstanceByContractID(byte[] aContractID,
int aDelegate,
nsID aIID,
int[] result) |
int |
GetClassObject(nsID aClass,
nsID aIID,
int[] result) |
int |
GetClassObjectByContractID(byte[] aContractID,
nsID aIID,
int[] result) |
AddRef, getAddress, QueryInterface, Release
static final int LAST_METHOD_ID
public static final java.lang.String NS_ICOMPONENTMANAGER_IID_STR
public static final nsID NS_ICOMPONENTMANAGER_IID