Sha256: 47fa51ae6defc03ef998e934ed7118ad8200d6b2c9c1cab9d4df4fa83fb134a0
Contents?: true
Size: 599 Bytes
Versions: 19
Compression:
Stored size: 599 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_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
19 entries across 19 versions & 3 rubygems