struct WinMD::Guid

Defined in:

winmd/guid.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data1 : UInt32, data2 : UInt16, data3 : UInt16, data4 : StaticArray(UInt8, 8)) #

[View source]
def self.new(str : String) #

[View source]

Instance Method Detail

def data1 : UInt32 #

[View source]
def data2 : UInt16 #

[View source]
def data3 : UInt16 #

[View source]
def data4 : StaticArray(UInt8, 8) #

[View source]
def to_hex_params #

[View source]
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.


[View source]