Specifies a single relocation.
Namespace: SharpAssembler.Core.SymbolsAssembly: 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 |