An emittable which emits raw bytes.

Namespace: SharpAssembler.Core.Instructions
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class RawEmittable : IEmittable
Visual Basic
Public Class RawEmittable _
	Implements IEmittable
Visual C++
public ref class RawEmittable : IEmittable

Contracts

Invariants
this.content != null

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core.Instructions..::..RawEmittable

See Also