Initializes a new instance of the Context class.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Context( ObjectFile representation ) |
Visual Basic |
---|
Public Sub New ( _ representation As ObjectFile _ ) |
Visual C++ |
---|
public: Context( ObjectFile^ representation ) |
Parameters
- representation
- Type: SharpAssembler.Core..::..ObjectFile
The representation being assembled.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | representation == null |
Contracts
Requires | ||
---|---|---|
representation != null
|