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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -