Click or drag to resize

BaseAutoMeasurement Class

Inheritance Hierarchy

Namespace:  CSharpAnalytics
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public abstract class BaseAutoMeasurement

The BaseAutoMeasurement type exposes the following members.

Constructors
  NameDescription
Public methodBaseAutoMeasurement
Top
Properties
  NameDescription
Public propertyClient
Public propertyDebugWriter
Top
Methods
  NameDescription
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.)
Protected methodGetEnvironment
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHookEvents
Protected methodIsInternetAvailable
Protected methodLoadT
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSaveT
Public methodSetOptOut
Protected methodSetupRequesterAsync
Public methodStart
Protected methodStartRequesterAsync
Protected methodStopRequesterAsync
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTrackScreenView
Protected methodUnhookEvents
Top
Fields
  NameDescription
Protected fieldStatic memberClientUserAgent
Protected fieldRequester
Top
See Also