Emits padding bytes up to a specified boundary.
            
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public class Align : Constructable | 
| Visual Basic | 
|---|
| Public Class Align _ Inherits Constructable | 
| Visual C++ | 
|---|
| public ref class Align : public Constructable | 
 Contracts
Contracts
| Invariants | 
|---|
| boundary >= 1 | 
| MathExt.IsPowerOfTwo(boundary) | 
 Inheritance Hierarchy
Inheritance Hierarchy
System..::..Object
SharpAssembler.Core..::..Constructable
SharpAssembler.Core.Instructions..::..Align
SharpAssembler.Core..::..Constructable
SharpAssembler.Core.Instructions..::..Align





