Error!
Success!

By tag: Process

showing:  of
0
kicks

Get function return and profiling information in .NET using Winbg  (Unpublished)

Steps to get function return values and profiling information in .NET using windbg. Steps to debug within a function. This is similar to debugging with VS.NET in production environment.


Kicked By:
Drop Kicked By:
0
kicks

Process.Start() issues with Mono on Mac OS X : My Story  (Unpublished)

After pulling my hair out about starting a process using Process.Start() with Mono on a Mac I have shown how to do it so that it can launch applications


Kicked By:
Drop Kicked By:
0
kicks

System.Diagnostics.Process and xcopy… why it doesn’t work?  (Unpublished)

We spent 30 minutes on a spiny issue. We execute some commands directly from a C# program but we want to make sure that everything executed. We did unit test on some code and everything seemed to work. Today, we tried it live with some real case scenario where we execute some XCOPY. And then…. no...


Kicked By:
Drop Kicked By:
0
kicks

Writing a simple Windows Process Logger in C#  (Unpublished)

Here is a quick C# script to log the start and end times of running processes on your machine. The idea is query the currently running processes every x number of seconds utilizing the Process.GetProcesses function in .NET, while maintaining a book for currently running processes each cycle, then...


Kicked By:
Drop Kicked By:
0
kicks

Monitor programs start/stop times with Process Logger 1.0 freeware  (Unpublished)

Monitor processes as they start and end on your computer, good for catching viruses, spyware, or just simple system diagnoses. This utility is written in C#


Kicked By:
Drop Kicked By: