Esempio n. 1
0
 public static extern CXString BlockCommandComment_getArgText(CXComment @Comment, uint @ArgIdx);
Esempio n. 2
0
 public static extern CXString HTMLTagComment_getAsString(CXComment @Comment);
Esempio n. 3
0
 public static extern uint Comment_getNumChildren(CXComment @Comment);
Esempio n. 4
0
 public static extern uint TParamCommandComment_isParamPositionValid(CXComment @Comment);
Esempio n. 5
0
 public static extern uint TParamCommandComment_getIndex(CXComment @Comment, uint @Depth);
Esempio n. 6
0
 public static extern uint ParamCommandComment_getParamIndex(CXComment @Comment);
Esempio n. 7
0
 public static extern CXCommentParamPassDirection ParamCommandComment_getDirection(CXComment @Comment);
Esempio n. 8
0
 public static extern CXCommentInlineCommandRenderKind InlineCommandComment_getRenderKind(CXComment @Comment);
Esempio n. 9
0
 public static extern uint InlineCommandComment_getNumArgs(CXComment @Comment);
Esempio n. 10
0
 public static extern CXString TextComment_getText(CXComment @Comment);
Esempio n. 11
0
 public static extern CXString InlineCommandComment_getCommandName(CXComment @Comment);
Esempio n. 12
0
 public static extern uint InlineContentComment_hasTrailingNewline(CXComment @Comment);
Esempio n. 13
0
 public static extern uint Comment_isWhitespace(CXComment @Comment);
Esempio n. 14
0
 public static extern CXComment Comment_getChild(CXComment @Comment, uint @ChildIdx);
Esempio n. 15
0
 public static extern CXComment BlockCommandComment_getParagraph(CXComment @Comment);
Esempio n. 16
0
 public static extern CXString HTMLTagComment_getTagName(CXComment @Comment);
Esempio n. 17
0
 public static extern uint ParamCommandComment_isParamIndexValid(CXComment @Comment);
Esempio n. 18
0
 public static extern uint HTMLStartTagComment_isSelfClosing(CXComment @Comment);
Esempio n. 19
0
 public static extern uint ParamCommandComment_isDirectionExplicit(CXComment @Comment);
Esempio n. 20
0
 public static extern uint HTMLStartTag_getNumAttrs(CXComment @Comment);
Esempio n. 21
0
 public static extern CXString TParamCommandComment_getParamName(CXComment @Comment);
Esempio n. 22
0
 public static extern CXString HTMLStartTag_getAttrValue(CXComment @Comment, uint @AttrIdx);
Esempio n. 23
0
 public static extern uint TParamCommandComment_getDepth(CXComment @Comment);
Esempio n. 24
0
 public static extern CXString BlockCommandComment_getCommandName(CXComment @Comment);
Esempio n. 25
0
 public static extern CXString VerbatimLineComment_getText(CXComment @Comment);
Esempio n. 26
0
 public static extern uint BlockCommandComment_getNumArgs(CXComment @Comment);
Esempio n. 27
0
 public static extern CXString FullComment_getAsXML(CXComment @Comment);
Esempio n. 28
0
 public static extern CXCommentKind Comment_getKind(CXComment @Comment);