CogLocalizer getStringRM Method Cognex VisionPro
Get the string ResourceManager from the assembly.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

protected static ResourceManager getStringRM(
	Assembly assem
)

Parameters

assem
Type: System.Reflection Assembly
Assembly containing the string ResourceManager.

Return Value

Type: ResourceManager
The string ResourceManager.
See Also