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

public static bool IsValidAssembly(
	string fullName
)

Parameters

fullName
Type: System String

Return Value

Type: Boolean
See Also