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

public static bool IsValidAssembly(
	string fullName
)

Return Value

Type: Boolean
See Also