Click or drag to resize

StatFrame Class

object holding logging/statistics for a 'frame' of activity
Inheritance Hierarchy
SystemObject
  Atalasoft.Barcoding.Reading.BarcodeLibStatFrame

Namespace:  Atalasoft.Barcoding.Reading.BarcodeLib
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class StatFrame

The StatFrame type exposes the following members.

Constructors
  NameDescription
Public methodStatFrame
statistics frame
Top
Properties
  NameDescription
Public propertyCounters
string-keyed set of integer counters
Public propertyDataSets
string-keyed set of datasets
Public propertyFrames
string-keyed set of frames
Public propertyInfo
string-keyed 'info' dictionary
Public propertyName
name of this frame
Public propertyTimings
string-keyed set of timings (double)
Top
Methods
  NameDescription
Public methodAdd
add value to counter
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCount
get value of named counter
Public methodGetDataSet
get dataset by name
Public methodGetFrame
get related (keyed?) frame
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncrement
increment counter by 1
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRecord
add data to named dataset
Public methodRecordInfo
set value of info by name
Public methodTakeAutoName
TakeAutoName
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also