class TurboRex::Windows::COM::Interface::IStream

Constants

METHODS
METHOD_DEFS

Public Class Methods

new() click to toggle source
Calls superclass method TurboRex::Windows::COM::Interface::new
# File lib/turborex/windows/com/interface.rb, line 319
def initialize
  methods = METHODS
  parent = nil
  super(IID_IStream, methods, parent)
end

Public Instance Methods

name() click to toggle source
# File lib/turborex/windows/com/interface.rb, line 325
def name
  self.class.to_s
end