CogDatabaseDirectory Dispose Method (Boolean)Cognex VisionPro 9.21 SR1
Dispose of this object.

Namespace: Cognex.VisionPro.Database
Assembly: Cognex.VisionPro.Database (in Cognex.VisionPro.Database.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax

protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System Boolean
If calling this method from the public Dispose method, set this argument to true. If calling this method from the finalizer, set this to false.
See Also