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