system.diagnostics
Run a method from an exe file
I need to call a method from an exe file ProcessStartInfo startInfo = new ProcessStartInfo(@\"exeParser.exe\");[详细]
2022-12-31 12:21 分类:问答Any libraries out there that extend System.Diagnostics.Trace?
Any there any good libraries out there that extend System.Diagnostics.Trace? Some of the features I am looking for.[详细]
2022-12-29 17:04 分类:问答How Can I Find What's Causing My Transaction to Get Promoted?
I have web site which serves web services (a mixture of .asmx and WCF) which is mostly using LINQ to SQL and System.Transactions. Occaisionally we see the transaction get promoted to a distributed tra[详细]
2022-12-27 23:54 分类:问答How to check application is halt or working from a window service
I have one WPF application and one windows service as watch dog. I want to check if my window application is halt or working fine. If it is halt i want to restart the application.[详细]
2022-12-26 06:41 分类:问答C# 4.0: System.Diagnostics.Process
Hi I would like to know if there\'s an existing implementation of checking if application(Acrobat Reader) exist in your local machine before I start t开发者_运维知识库o open it.[详细]
2022-12-26 03:13 分类:问答Maximum number of trace sources in app.config
Is there a maximum number of trace sources for app.config, and by defi开发者_运维技巧nition listeners as well?Not a documented one.Which is consistent with almost all .NET framework classes, there are[详细]
2022-12-24 02:27 分类:问答Add Trace methods to System.Diagnostics.TraceListener
I wrote a Log class derived from System.Diagnostics.TraceListener like so public class Log : TraceListener[详细]
2022-12-24 01:21 分类:问答ASP.NET: How can I use a listener defined on Web.Config?
I\'m developing an ASP.NET WebForm application w开发者_如何转开发ith Visual Studio 2008 SP1 and C#.[详细]
2022-12-21 14:06 分类:问答System.Diaganostics.Process.Id Isn't the Same Process Id Shown in Task Manager. Why?
I\'m using C#\'s System.Diagnostic.Process object. One of its properties is Id. The Id this produces is not the same as the PID, shown in Windows Task Manager.[详细]
2022-12-21 11:45 分类:问答System.Diagnostics.Process issue with WorkingDirectory
I am using a third party software tool (command line tool) to merge PDF files together. Using C# I am attempting to use System.Diagnostics.Process to run the executable but I am coming up with a few e[详细]
2022-12-19 18:28 分类:问答