public ExpressionEvaluateNotifyWrapper(Cdn.ExpressionEvaluateNotify managed) { this.managed = managed; if (managed != null) { NativeDelegate = new ExpressionEvaluateNotifyNative(NativeCallback); } }
public static Cdn.ExpressionEvaluateNotify GetManagedDelegate(ExpressionEvaluateNotifyNative native) { if (native == null) { return(null); } ExpressionEvaluateNotifyWrapper wrapper = (ExpressionEvaluateNotifyWrapper)native.Target; if (wrapper == null) { return(null); } return(wrapper.managed); }
internal ExpressionEvaluateNotifyInvoker(ExpressionEvaluateNotifyNative native_cb, IntPtr data) : this(native_cb, data, null) { }
internal ExpressionEvaluateNotifyInvoker(ExpressionEvaluateNotifyNative native_cb, IntPtr data, GLib.DestroyNotify notify) { this.native_cb = native_cb; __data = data; __notify = notify; }
internal ExpressionEvaluateNotifyInvoker(ExpressionEvaluateNotifyNative native_cb) : this(native_cb, IntPtr.Zero, null) { }