Resets this context without clearing the symbol or relocation tables.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public virtual void Reset() |
Visual Basic |
---|
Public Overridable Sub Reset |
Visual C++ |
---|
public: virtual void Reset() |
Remarks
The context's address is reset to zero, the curent section is set to nullNothingnullptra null reference (Nothing in Visual Basic). Derived
classes may override this method and reset other fields and properties. The symbol and relocation tables
are never cleared.