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

                    Log4JParserC.Log4JIteratorInitEventSourceReverse(out result, source);

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