PexSettingsAttributeBase.MaxStack Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A named parameter that specifies the maximum stack size during an exploration
public:
property int MaxStack { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(100)]
[System.ComponentModel.Description("Maximum size of stack (in number of frames) during an exploration")]
public int MaxStack { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(100)>]
[<System.ComponentModel.Description("Maximum size of stack (in number of frames) during an exploration")>]
member this.MaxStack : int with get, set
Public Property MaxStack As Integer
Property Value
The maximum stack size.
- Attributes