Specifies a single relocation.

Namespace: SharpAssembler.Core.Symbols
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public sealed class Relocation : IAnnotatable
Visual Basic
Public NotInheritable Class Relocation _
	Implements IAnnotatable
Visual C++
public ref class Relocation sealed : IAnnotatable

Contracts

Invariants
this.targetSymbol != null
this.section != null

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core.Symbols..::..Relocation

See Also