CogLocalizer MethodsCognex VisionPro 9.21 SR1

The CogLocalizer type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormatString(String, Object)
Replaces the format item in the best-match localization of the string referenced by strKey with the text equivalent of the value of a specified Object instance.
Public methodFormatString(String, Object, Object)
Replaces the format items in the best-match localization of the string referenced by strKey with the text equivalent of the value of two specified Object instances.
Public methodStatic memberFormatString(Type, String, Object)
Replaces the format item in the best-match localization of the string referenced by strKey with the text equivalent of the value of a specified Object instance.
Public methodFormatString(String, Object, Object, Object)
Replaces the format items in the best-match localization of the string referenced by strKey with the text equivalent of the value of three specified Object instances.
Public methodStatic memberFormatString(Type, String, Object, Object)
Replaces the format items in the best-match localization of the string referenced by strKey with the text equivalent of the value of two specified Object instances.
Public methodStatic memberFormatString(Type, String, Object, Object, Object)
Replaces the format items in the best-match localization of the string referenced by strKey with the text equivalent of the value of three specified Object instances.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetHelpFile
Gets the help filename embedded in the specified type.
Public methodGetObject
Returns the value of the specified Object resource.
Public methodGetString(String)
Gets the best-match localization of the string specified by strKey.
Public methodStatic memberGetString(Type, String)
Gets the best-match localization of the string referenced by strKey.
Protected methodStatic membergetStringRM
Get the string ResourceManager from the assembly.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSetVisionProCulture
Sets the UI culture to use everywhere in VisionPro. Must be called first at the start of an application when overriding system installed culture setting.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also