HeaderData class

Constructors

HeaderData(int _image_base, int _image_size, int _header_size, int _entry_point_rva, int _subsystem, int _dll_characteristics)

Properties

dll_characteristics int
no setter
entry_point_rva int
no setter
hashCode int
The hash code for this object.
no setterinherited
header_size int
no setter
image_base int
no setter
image_size int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subsystem int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited