Click here to Skip to main content
16,007,809 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reading local file on the client side Pin
Heath Stewart17-Jan-05 7:02
protectorHeath Stewart17-Jan-05 7:02 
GeneralClient/Server Pin
Gregg Holter16-Jan-05 23:50
Gregg Holter16-Jan-05 23:50 
GeneralRe: Client/Server Pin
Robert Rohde17-Jan-05 0:10
Robert Rohde17-Jan-05 0:10 
GeneralRe: Client/Server Pin
Gregg Holter17-Jan-05 0:12
Gregg Holter17-Jan-05 0:12 
GeneralCommit Charge Pin
Alex Leshinsky16-Jan-05 22:43
Alex Leshinsky16-Jan-05 22:43 
GeneralRe: Commit Charge Pin
Heath Stewart17-Jan-05 6:10
protectorHeath Stewart17-Jan-05 6:10 
GeneralRe: Commit Charge Pin
Alex Leshinsky17-Jan-05 8:14
Alex Leshinsky17-Jan-05 8:14 
GeneralRe: Commit Charge Pin
Heath Stewart17-Jan-05 9:14
protectorHeath Stewart17-Jan-05 9:14 
On NT you can use counters to query this information. Read about the PerformanceCounter[^] class in the .NET Framework SDK.

This works great in VS.NET where you can create instances of PerformanceCounter simply by using the Server Explorer to browse the performance counters and drag and drop the one you want onto the designer. You can do the same thing manually, of course, since the designer (for the most part) utilizes CodeDom serializers implements in the Framework.

WMI - via the System.Management namespace classes - can also query for this information but is not as robust compared to performance counters in this case.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
QuestionHow to know if a directory inherits of another directory ? Pin
Anonymous16-Jan-05 21:12
Anonymous16-Jan-05 21:12 
AnswerRe: How to know if a directory inherits of another directory ? Pin
Anonymous17-Jan-05 8:30
Anonymous17-Jan-05 8:30 
GeneralRe: How to know if a directory inherits of another directory ? Pin
Anonymous17-Jan-05 21:19
Anonymous17-Jan-05 21:19 
GeneralJPEG image processing with C# Pin
memoboy16-Jan-05 9:20
memoboy16-Jan-05 9:20 
GeneralRe: JPEG image processing with C# Pin
Christian Graus16-Jan-05 9:45
protectorChristian Graus16-Jan-05 9:45 
GeneralRe: this is the problem Pin
memoboy16-Jan-05 20:47
memoboy16-Jan-05 20:47 
GeneralRe: this is the problem Pin
leppie16-Jan-05 22:21
leppie16-Jan-05 22:21 
GeneralRe: this is the problem Pin
benjymous16-Jan-05 23:42
benjymous16-Jan-05 23:42 
GeneralRe: this is the problem Pin
memoboy17-Jan-05 1:14
memoboy17-Jan-05 1:14 
GeneralRe: this is the problem Pin
Christian Graus17-Jan-05 9:02
protectorChristian Graus17-Jan-05 9:02 
GeneralRe: JPEG image processing with C# Pin
Heath Stewart16-Jan-05 9:48
protectorHeath Stewart16-Jan-05 9:48 
GeneralRe: JPEG image processing with C# Pin
Christian Graus16-Jan-05 11:35
protectorChristian Graus16-Jan-05 11:35 
GeneralRe: JPEG image processing with C# Pin
memoboy16-Jan-05 10:01
memoboy16-Jan-05 10:01 
GeneralRe: JPEG image processing with C# Pin
Christian Graus16-Jan-05 11:37
protectorChristian Graus16-Jan-05 11:37 
GeneralRe: JPEG image processing with C# Pin
Heath Stewart17-Jan-05 6:05
protectorHeath Stewart17-Jan-05 6:05 
GeneralTransfer Files Pin
Sakkijha16-Jan-05 6:39
Sakkijha16-Jan-05 6:39 
GeneralRe: Transfer Files Pin
Heath Stewart16-Jan-05 9:08
protectorHeath Stewart16-Jan-05 9:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.