A generic version of the DataLogger
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public class DataLogger<T> : DisposableObject
Public Class DataLogger(Of T) _ Inherits DisposableObject
generic<typename T> public ref class DataLogger : public DisposableObject
Type Parameters
- T
- The supported type includes System.String and System.ValueType
Members
All Members | Constructors ![]() | Properties ![]() | Methods ![]() | Events ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | DataLogger<(Of <(<'T>)>)>(Int32) |
Create a new DataLogger
|
![]() | Dispose()()()() |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject()()()() |
Release the unmanaged memory associated with this DataLogger
(Overrides DisposableObject..::..DisposeObject()()()().) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() ![]() | ImplicitWideningImplicitImplicitImplicit(DataLogger<(Of <<'(T>)>>) to IntPtr) |
Implicit operator for IntPtr
|
![]() | Log(T, Int32) |
Log some data
|
![]() | MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | OnDataReceived |
The event that will be raised when the unmanaged code send over data
|
![]() | Ptr |
Pointer to the unmanaged object
|
![]() | ReleaseManagedResources()()()() |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | ToString()()()() | (Inherited from Object.) |