An emittable which emits raw bytes.
            
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public class RawEmittable : IEmittable | 
| Visual Basic | 
|---|
| Public Class RawEmittable _ Implements IEmittable | 
| Visual C++ | 
|---|
| public ref class RawEmittable : IEmittable | 
 Contracts
Contracts
| Invariants | 
|---|
| this.content != null | 





