Ejemplo n.º 1
0
        public void Dispose()
        {
            if (Ptr == IntPtr.Zero)
            {
                return;
            }

            Interopt.RfcDestroyFunction(Ptr, out _);
            Ptr = IntPtr.Zero;
        }