Class EngineConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
A base class for configuration classes.
public abstract class EngineConfiguration : IDisposable
- Inheritance
-
EngineConfiguration
- Derived
- Implements
Methods
View SourceDispose()
Releases all resources used by the EngineConfiguration object.
Declaration
public void Dispose()
API Level: 4
View SourceDispose(Boolean)
Releases the resources used by the EngineConfiguration object.
Declaration
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 SourceFinalize()
Finalizes an instance of the EngineConfiguration class.
Declaration
protected void Finalize()