CogSerializationBinderAttribute Constructor (String, Boolean)Cognex VisionPro
Creates a new instance of the CogSerializationBinderAttribute class.

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

public CogSerializationBinderAttribute(
	string binder,
	bool useLatest
)

Parameters

binder
Type: System String
A fully qualified type name for the custom binder for this attribute. If null, then the default .NET binding rules apply (generally indicating that side-by-side versioning is desired).
useLatest
Type: System Boolean
Dictates whether to upgrade to the latest assembly verion.
See Also