Constructs the IEmittable sequence and symbol table for this section.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void Construct( Context context ) |
Visual Basic |
---|
Public Sub Construct ( _ context As Context _ ) |
Visual C++ |
---|
public: void Construct( Context^ context ) |
Parameters
- context
- Type: SharpAssembler.Core..::..Context
The Context used.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | context == null |
Contracts
Requires | ||
---|---|---|
context != null
|