Class TypeInfoUtil.TypeInfoDoc
java.lang.Object
com.sun.jna.platform.win32.COM.TypeInfoUtil.TypeInfoDoc
- Enclosing class:
TypeInfoUtil
The Class TypeInfoDoc.
- Author:
- wolf.tobias@gmx.net The Class TypeInfoDoc.
-
Constructor Summary
ConstructorsConstructorDescriptionTypeInfoDoc(String name, String docString, int helpContext, String helpFile) Instantiates a new type info doc. -
Method Summary
Modifier and TypeMethodDescriptionGets the doc string.intGets the help context.Gets the help file.getName()Gets the name.
-
Constructor Details
-
TypeInfoDoc
-
-
Method Details
-
getName
-
getDocString
-
getHelpContext
public int getHelpContext()Gets the help context.- Returns:
- the help context
-
getHelpFile
-