Exploring the Stack
hello all,
i have question related stack of process.
i trying accomplish following.
1.) see how stack accessed internally within process.
2.) figure out how find particular function within stack "i.e., own function adds 2 integers".
i trying learn more inner workings of stack of process. have been reading lot kind of need little help. need know if there classes in .net framework me accomplish this. have found stacktrace little unfamiliar with each frame name.
any in matter much appreciated.
hello,
i'm not quite sure want, post bit vague.
you want understand stack data structure or looking @ how os handles stack per thread basis ?
1) stack has little process itself.
2) can check how work stacktrace here.
here few resources.
a) pushing limits of windows: processes , threads
eyal (http://shilony.net), regards.
Visual Studio Languages , .NET Framework > Visual C#
Comments
Post a Comment