Initializes a new instance of the RawEmittable class.

Namespace: SharpAssembler.Core.Instructions
Assembly: 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

ExceptionCondition
System..::..ArgumentNullExceptioncontent == null

Contracts

See Also