struct

ECS::LogEntry::Dll

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new

Initialize all values as nil

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

codesignature(value : CodeSignature)

A chainable setter for codesignature

Source
codesignature
Source
codesignature

Initialize a new CodeSignature, yield it to the block

Source
codesignature=(codesignature : CodeSignature | Nil)
Source
hash(value : Hash)

A chainable setter for hash

Source
hash

Generates an UInt64 hash value for this object.

This method must have the property that a == b implies a.hash == b.hash.

The hash value is used along with == by the Hash class to determine if two objects reference the same hash key.

Subclasses must not override this method. Instead, they must define hash(hasher), though usually the macro def_hash can be used to generate this method.

Source
hash

Initialize a new Hash, yield it to the block

Source
hash=(hash : Hash | Nil)
Source
name(new_value : String)

A chainable setter for name

Source
name

dll.name

Name of the library.

This generally maps to the name of the file on disk.

Level: Core Type: Keyword Example:

kernel32.dll
Source
name=(name : String | Nil)

dll.name

Name of the library.

This generally maps to the name of the file on disk.

Level: Core Type: Keyword Example:

kernel32.dll
Source
path(new_value : String)

A chainable setter for path

Source
path

dll.path

Full file path of the library.

Level: Extended Type: Keyword Example:

C:\Windows\System32\kernel32.dll
Source
path=(path : String | Nil)

dll.path

Full file path of the library.

Level: Extended Type: Keyword Example:

C:\Windows\System32\kernel32.dll
Source
pe(value : Pe)

A chainable setter for pe

Source
pe

Initialize a new Pe, yield it to the block

Source
pe=(pe : Pe | Nil)
Source

Nested types