StatLog Class |
Namespace: Atalasoft.Barcoding.Reading.BarcodeLib
The StatLog type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentFrame |
the current frame (?)
| |
| Enabled |
whether or not statistics collection is enabled
| |
| RootFrame |
the root frame (?)
|
| Name | Description | |
|---|---|---|
| Add |
Add key-value to log
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Increment |
increment key in log
| |
| Info |
set key-value info in log (current frame?)
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Record |
record key-data pair to log
| |
| StartCountedFrame |
start of a counted frame (?)
| |
| StartFrame |
the start frame (?)
| |
| StopFrame |
end of a frame
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |