Class EngineConfiguration

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll
API Level:
4

A base class for configuration classes.

C#
Copy
public abstract class EngineConfiguration : IDisposable
Inheritance
System.Object
EngineConfiguration
Derived
Implements
System.IDisposable

Methods

View Source

Dispose()

Releases all resources used by the EngineConfiguration object.

Declaration
C#
Copy
public void Dispose()
API Level: 4
View Source

Dispose(Boolean)

Releases the resources used by the EngineConfiguration object.

Declaration
C#
Copy
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
Boolean disposing

true to release both managed and unmanaged resources, otherwise false to release only unmanaged resources.

API Level: 4
View Source

Finalize()

Finalizes an instance of the EngineConfiguration class.

Declaration
C#
Copy
protected void Finalize()

Implements

System.IDisposable