How to get handles opened by the current process?
Hi guys,
I wanna get all handles (particularly files) opened by a process. I can get the HandleCount property of 'Process' object but don't know how to access those handles from .NET classes. I guess i have to use P/Invoke to access win32 APIs where kind of EnumHandles() function has to be used. I need a code example in this connection or tell me if it's possible using .NET framework classes directly.
Thanx
BaburMan
__________________
BaburMan
|