Table of Contents

Class VirtualAddress

Namespace
AsmResolver
Assembly
AsmResolver.dll

Represents a (relative) virtual address in a file.

public sealed class VirtualAddress : ISegmentReference, IOffsetProvider
Inheritance
VirtualAddress
Implements
Inherited Members

Constructors

VirtualAddress(uint)

Wraps a relative virtual address into a ISegmentReference object.

public VirtualAddress(uint rva)

Parameters

rva uint

Properties

CanRead

Gets a value indicating whether the referenced segment can be read using a binary reader.

public bool CanRead { get; }

Property Value

bool

Rva

Gets the virtual address relative to the beginning of the section that the segment is located in.

public uint Rva { get; }

Property Value

uint

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.