A class for architecture-specific assembler context information.
            
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public class Context | 
| Visual Basic | 
|---|
| Public Class Context | 
| Visual C++ | 
|---|
| public ref class Context | 
 Remarks
Remarks
            An instance of the Context class (or a derived class) is created at the start of the assembling,
            and updated as the instructions are processed.
            
 Contracts
Contracts
| Invariants | 
|---|
| this.representation != null | 
| this.relocationTable != null | 
| this.symbolTable != null | 





