Section class

Constructors

Section(String _name, int _virtual_size, int _virtual_address, int _size_of_raw_data, int _pointer_to_raw_data, int _characteristics)

Properties

characteristics int
no setter
hashCode int
The hash code for this object.
no setterinherited
isCodeSection bool
no setter
isDataSection bool
no setter
name String
no setter
pointer_to_raw_data int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size_of_raw_data int
no setter
virtual_address int
no setter
virtual_size int
no setter

Methods

containsFileOffset(int file_offset) bool
containsRva(int rva) bool
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