Gets the size of the stack frame.
            
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 Immediate StackFrameSize { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property StackFrameSize As Immediate Get | 
| Visual C++ | 
|---|
| public: property Immediate^ StackFrameSize { Immediate^ get (); } | 
Field Value
An Immediate value. Contracts
Contracts
Get
| Ensures | 
|---|
| Contract.Result<Immediate>() != null | 





