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

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Startup.Net (in Cognex.Vision.Startup.Net.dll) Version: 9.21.1.1
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