Ejemplo n.º 1
0
        public EventScope Scope(CtfScope scope)
        {
            void *scopeDef = Interop.GetCtfScopeDef(_eventDef, scope);

            return(new EventScope(_eventDef, scopeDef));
        }
Ejemplo n.º 2
0
 public static extern void *GetCtfScopeDef(void *eventDef, CtfScope scope);