Ejemplo n.º 1
0
                private static IteratorHandle Init(EventSourceHandle source)
                {
                    IteratorHandle result;

                    Log4JParserC.Log4JIteratorInitEventSourceReverse(out result, source);

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