Startup LoadLibraries Method Cognex VisionPro 9.22 SR1
This function loads the dlls specified.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Startup.Net (in Cognex.Vision.Startup.Net.dll) Version: 9.22.2.0
Syntax

public static void LoadLibraries(
	string[] libraryNames = null
)

Parameters

libraryNames (Optional)
Type:  System String 
A vector that contains the dlls to be loaded.
See Also