Gets the number of bytes to pop from the stack after returning.

Namespace: SharpAssembler.x86.Instructions
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Immediate PopCount { get; set; }
Visual Basic
Public Property PopCount As Immediate
	Get
	Set
Visual C++
public:
property Immediate^ PopCount {
	Immediate^ get ();
	void set (Immediate^ value);
}

Field Value

An Immediate value; or nullNothingnullptra null reference (Nothing in Visual Basic).

See Also