CogReferencedAssembly IsValidAssembly Method Cognex VisionPro 9.22 SR1
Returns true if the given (expanded) full path name represents a valid, existing, .NET assembly.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax

public static bool IsValidAssembly(
	string fullName
)

Parameters

fullName
Type: System String

Return Value

Type: Boolean
See Also