Gets or sets the offset of the storage unit to be relocated, relative to the start of the section
containing the storage unit.
Namespace: SharpAssembler.Core.SymbolsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Int128 Offset { get; set; } |
| Visual Basic |
|---|
Public Property Offset As Int128 Get Set |
| Visual C++ |
|---|
public: property Int128 Offset { Int128 get (); void set (Int128 value); } |