示例#1
0
                private static IteratorHandle Init(EventSourceHandle source)
                {
                    IteratorHandle result;

                    Log4JParserC.Log4JIteratorInitEventSourceReverse(out result, source);

                    return(result);
                }
示例#2
0
 extern public static EventHandle Log4JEventSourceNext
     (EventSourceHandle self, EventHandle @event);
示例#3
0
 extern public static EventHandle Log4JEventSourceFirst(EventSourceHandle self);
示例#4
0
 extern public static Status Log4JEventSourceInitXmlString
     (out EventSourceHandle self, IntPtr xmlString);
示例#5
0
 extern public static void Log4JIteratorInitEventSourceReverse
     (out IteratorHandle self, EventSourceHandle source);
示例#6
0
 public static extern EventHandle Log4JEventSourceNext(EventSourceHandle self, EventHandle @event);
示例#7
0
 public static extern Status Log4JEventSourceInitXmlString(out EventSourceHandle self, IntPtr xmlString);
示例#8
0
 public static extern EventHandle Log4JEventSourceFirst(EventSourceHandle self);
示例#9
0
 public static extern void Log4JIteratorInitEventSourceReverse(out IteratorHandle self, EventSourceHandle source);