Sha256: 5f44d641346cd56b5e951ca7ed70f38e608188723503b570a2e7a3b3de491605
Contents?: true
Size: 600 Bytes
Versions: 3
Compression:
Stored size: 600 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_1_X class MediumFormat < AbstractInterface IID = "89f52554-d469-4799-9fad-1705e86a08b1" property :id, WSTRING, :readonly => true property :name, WSTRING, :readonly => true property :file_extensions, [WSTRING], :readonly => true property :capabilities, T_UINT32, :readonly => true function :describe_properties, nil, [[:out, [WSTRING]], [:out, [WSTRING]], [:out, [:DataType]], [:out, [T_UINT32]], [:out, [WSTRING]]] end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems