Method: DragDropObject#initialize
- Defined in:
- lib/vr/dragdropformat.rb
#initialize ⇒ DragDropObject
DragDropObject
A capsule for OLE Drag and Drop This is just a base class. Don’t use this directly.
Methods
— handle
Returns a global heap handle containing the file pathes.
— free_handle
Tries to free the handle.
Please check you really need to free it, because sometimes your OS will
free it automatically at the appropriate timing.
39 40 41 |
# File 'lib/vr/dragdropformat.rb', line 39 def initialize @__binarydata="" end |