Package com.sun.jna.platform.win32.COM
Klasse TypeInfoUtil.ContainingTypeLib
java.lang.Object
com.sun.jna.platform.win32.COM.TypeInfoUtil.ContainingTypeLib
- Umschließende Klasse:
TypeInfoUtil
The Class ContainingTypeLib.
- Autor:
- wolf.tobias@gmx.net The Class ContainingTypeLib.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungContainingTypeLib
(ITypeLib typeLib, int index) Instantiates a new containing type lib. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
getIndex()
Gets the index.Gets the type lib.void
setIndex
(int index) Sets the index.void
setTypeLib
(ITypeLib typeLib) Sets the type lib.
-
Konstruktordetails
-
ContainingTypeLib
Instantiates a new containing type lib.- Parameter:
typeLib
- the type libindex
- the index
-
-
Methodendetails
-
getTypeLib
Gets the type lib.- Gibt zurück:
- the type lib
-
setTypeLib
Sets the type lib.- Parameter:
typeLib
- the new type lib
-
getIndex
public int getIndex()Gets the index.- Gibt zurück:
- the index
-
setIndex
public void setIndex(int index) Sets the index.- Parameter:
index
- the new index
-