नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Specifies whether stack-overflow probing is disabled.
<configuration>
<runtime>
<disableStackOverflowProbing>
Syntax
<disableStackOverflowProbing enabled="true"|"false" />
Attribute
| Attribute | Description |
|---|---|
enabled |
Required attribute. Specifies whether stack-overflow probing is disabled. |
enabled Attribute
| Value | Description |
|---|---|
| true | Stack-overflow probing is enabled. |
| false | Stack-overflow probing is disabled. |
Parent Elements
| Element | Description |
|---|---|
configuration |
The root element in every configuration file used by the common language runtime and .NET Framework applications. |
runtime |
Contains information about runtime initialization options. |
Remarks
The <disableStackOverflowProbing> specifies whether stack-overflow probing is disabled. If you specify a very small stack size when constructing a Thread by calling Thread(ParameterizedThreadStart, Int32), you might need to disable stack-overflow probing. When the stack is severely constrained, the probing can itself cause a stack overflow.