Initializes a new instance of the Int class.
            
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public Int( Immediate interruptVector ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ interruptVector As Immediate _ ) | 
| Visual C++ | 
|---|
| public: Int( Immediate^ interruptVector ) | 
Parameters
- interruptVector
- Type: SharpAssembler.x86.Operands..::..Immediate
 The interrupt vector.
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| System..::..ArgumentNullException | interruptVector == null | 
 Contracts
Contracts
| Requires | ||
|---|---|---|
| interruptVector != null 
 | 





