c# - Handle usage on Windows CE -
i need monitor handle usage on windows ce box.
essentially want able see handle usage on time tell if applications / services leaking handles (which believe are).
any example code great.
while not looking for, can recommend little tool using called codesnitch (http://www.entrek.com/codesnitch.html). instrument code , keep track allocation , de-allocation of resources, including handles. have used clean several of our applications great success. can download 2 week trial version try out.
Comments
Post a Comment