CogReferencedAssembly IsValidAssembly Method Cognex VisionPro 9.7
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: 73.0.0.0 (73.0.0.0)
Syntax

public static bool IsValidAssembly(
	string fullName
)

Return Value

Type: Boolean
See Also