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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.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