C# Class Microsoft.Isam.Esent.Interop.Vista.JET_THREADSTATS

Exibir arquivo Open project: ayende/managed-esent Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Gets a string representation of this object.

operator ( ) : JET_THREADSTATS

Add the stats in two JET_THREADSTATS structures.

Private Methods

Method Description
GetPluralS ( int n ) : string

Get the plural suffix ('s') for the given number.

SetFromNativeThreadstats ( NATIVE_THREADSTATS value ) : void

Sets the fields of the object from a NATIVE_THREADSTATS struct.

Method Details

ToString() public method

Gets a string representation of this object.
public ToString ( ) : string
return string

operator() public static method

Add the stats in two JET_THREADSTATS structures.
public static operator ( ) : JET_THREADSTATS
return JET_THREADSTATS