Initializes a new instance of the Enter 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 Enter( Immediate stackframeSize, Immediate nestingLevel ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ stackframeSize As Immediate, _ nestingLevel As Immediate _ ) | 
| Visual C++ | 
|---|
| public: Enter( Immediate^ stackframeSize, Immediate^ nestingLevel ) | 
Parameters
- stackframeSize
- Type: SharpAssembler.x86.Operands..::..Immediate
 The stack frame size.
- nestingLevel
- Type: SharpAssembler.x86.Operands..::..Immediate
 The nesting level.
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| System..::..ArgumentNullException | stackframeSize == null | 
| System..::..ArgumentNullException | nestingLevel == null | 
 Contracts
Contracts
| Requires | ||
|---|---|---|
| stackframeSize != null 
 | ||
| nestingLevel != null 
 | 





