G
Guest
Framework 2.0
There is a constructor for the System.Threading.Thread class that takes a
ThreadStart object and an int as construction arguments. The ThreadStart
object is the delegate to the thread entry point obviously, but what is the
maxStackSize integer value used for? I can see that it will set the size of
the stack, but in what unit of measure?
Can anyone give me an example of when/why you would want to set the
maxStackSize?
Thanks in advance!
There is a constructor for the System.Threading.Thread class that takes a
ThreadStart object and an int as construction arguments. The ThreadStart
object is the delegate to the thread entry point obviously, but what is the
maxStackSize integer value used for? I can see that it will set the size of
the stack, but in what unit of measure?
Can anyone give me an example of when/why you would want to set the
maxStackSize?
Thanks in advance!