Class CLSVMFreeCallback

    • Method Detail

      • create

        public static CLSVMFreeCallback create(long functionPointer)
        Creates a CLSVMFreeCallback instance from the specified function pointer.
      • create

        public static CLSVMFreeCallback create(CLSVMFreeCallbackI instance)
        Creates a CLSVMFreeCallback instance that delegates to the specified CLSVMFreeCallbackI instance.