Initializes a new instance of the RawEmittable class.
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public RawEmittable( byte[] content ) |
Visual Basic |
---|
Public Sub New ( _ content As Byte() _ ) |
Visual C++ |
---|
public: RawEmittable( array<unsigned char>^ content ) |
Parameters
- content
- Type: array<System..::..Byte>[]()[][]
The content of the emittable.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | content == null |
Contracts
Requires | ||
---|---|---|
content != null
|