public static class TypeInfoUtil.ContainingTypeLib extends Object
| Constructor | Description |
|---|---|
ContainingTypeLib(ITypeLib typeLib,
int index) |
Instantiates a new containing type lib.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getIndex() |
Gets the index.
|
ITypeLib |
getTypeLib() |
Gets the type lib.
|
void |
setIndex(int index) |
Sets the index.
|
void |
setTypeLib(ITypeLib typeLib) |
Sets the type lib.
|
public ContainingTypeLib(ITypeLib typeLib, int index)
typeLib - the type libindex - the indexpublic ITypeLib getTypeLib()
public void setTypeLib(ITypeLib typeLib)
typeLib - the new type libpublic int getIndex()
public void setIndex(int index)
index - the new index