¡@

Home 

c# Programming Glossary: sysinternals

How to kill a C# process?

http://stackoverflow.com/questions/1642231/how-to-kill-a-c-sharp-process

how do i find out which process is locking a file c The sysinternals tools that is mentioned by @Darin in the comments is found at..

How to execute process on remote machine, in c#

http://stackoverflow.com/questions/2343677/how-to-execute-process-on-remote-machine-in-c-sharp

Can can use PsExec from http technet.microsoft.com en us sysinternals bb897553.aspx Or WMI object theProcessToRun YourFileHere ManagementClass..

How to add (simple) tracing in C#?

http://stackoverflow.com/questions/27610/how-to-add-simple-tracing-in-c

DebugView Dbgview.exe http technet.microsoft.com en us sysinternals bb896647.aspx c# trace share improve this question I just..

Securely deleting a file in C#.NET

http://stackoverflow.com/questions/4147775/securely-deleting-a-file-in-c-net

delete share improve this question You could invoke sysinternals SDelete to do this for you. This uses the defragmentation API..

How do I list all loaded assemblies?

http://stackoverflow.com/questions/458362/how-do-i-list-all-loaded-assemblies

Process Explorer freeware http technet.microsoft.com en us sysinternals bb896653.aspx Click on the needed process and it will show a..

How do I obtain a crash dump

http://stackoverflow.com/questions/4992569/how-do-i-obtain-a-crash-dump

a dump file. Procdump http technet.microsoft.com en us sysinternals dd996900.aspx Visual Studio 2010 http msdn.microsoft.com en..

Getting EndpointNotFoundException with NetNamedPipeBinding in C#; Need To Create Global Named Pipe

http://stackoverflow.com/questions/7477813/getting-endpointnotfoundexception-with-netnamedpipebinding-in-c-need-to-create

my problem. This explains why I couldn't see my pipe in sysinternals Process Explorer even though my client app could find it if..