struct WinMD::Guid
- WinMD::Guid
- Struct
- Value
- Object
Defined in:
winmd/guid.crConstructors
- .new(data1 : UInt32, data2 : UInt16, data3 : UInt16, data4 : StaticArray(UInt8, 8))
- .new(str : String)
Instance Method Summary
- #data1 : UInt32
- #data2 : UInt16
- #data3 : UInt16
- #data4 : StaticArray(UInt8, 8)
- #to_hex_params
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
Constructor Detail
def self.new(data1 : UInt32, data2 : UInt16, data3 : UInt16, data4 : StaticArray(UInt8, 8))
#
Instance Method Detail
def to_s
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.