- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type["StopWatch"]
class Type type-node
Derived0["AutoStopWatch"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/AutoStopWatch"
Syntax
public class StopWatch
Constructors
| Name | Summary |
|---|---|
| StopWatch |
Methods
| Name | Value | Summary |
|---|---|---|
| Elapsed |
long | |
| Peek |
long | |
| Start |
void | |
| Stop |
void | |
| Time |
long |
static
|