CogToolTerminals CogIndexedPropertyInfo MethodsCognex VisionPro 9.22

The CogToolTerminals CogIndexedPropertyInfo type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified CogIndexedPropertyInfo is equal to the current CogIndexedPropertyInfo.
(Overrides PropertyInfo Equals(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 methodGetAccessors 
Returns an array whose elements reflect the public get, set, and other accessors of the property reflected by the current instance.
(Inherited from PropertyInfo.)
Public methodGetAccessors(Boolean) (Overrides PropertyInfo GetAccessors(Boolean).)
Public methodGetConstantValue
Returns a literal value associated with the property by a compiler.
(Inherited from PropertyInfo.)
Public methodGetCustomAttributes(Boolean) (Overrides MemberInfo GetCustomAttributes(Boolean).)
Public methodGetCustomAttributes(Type, Boolean) (Overrides MemberInfo GetCustomAttributes(Type, Boolean).)
Public methodGetCustomAttributesData
Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member.
(Inherited from MemberInfo.)
Public methodGetGetMethod 
Returns the public get accessor for this property.
(Inherited from PropertyInfo.)
Public methodGetGetMethod(Boolean) (Overrides PropertyInfo GetGetMethod(Boolean).)
Public methodGetHashCode
Serves as a hash function for this type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides PropertyInfo GetHashCode .)
Public methodGetIndexParameterArguments
Public methodGetIndexParameters (Overrides PropertyInfo GetIndexParameters .)
Public methodGetOptionalCustomModifiers
Returns an array of types representing the optional custom modifiers of the property.
(Inherited from PropertyInfo.)
Public methodGetRawConstantValue
Returns a literal value associated with the property by a compiler.
(Inherited from PropertyInfo.)
Public methodGetRequiredCustomModifiers
Returns an array of types representing the required custom modifiers of the property.
(Inherited from PropertyInfo.)
Public methodGetSetMethod 
Returns the public set accessor for this property.
(Inherited from PropertyInfo.)
Public methodGetSetMethod(Boolean) (Overrides PropertyInfo GetSetMethod(Boolean).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(Object,  Object ) (Overrides PropertyInfo GetValue(Object,  Object ).)
Public methodGetValue(Object, BindingFlags, Binder,  Object , CultureInfo) (Overrides PropertyInfo GetValue(Object, BindingFlags, Binder,  Object , CultureInfo).)
Public methodIsDefined (Overrides MemberInfo IsDefined(Type, Boolean).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetValue(Object, Object,  Object ) (Overrides PropertyInfo SetValue(Object, Object,  Object ).)
Public methodSetValue(Object, Object, BindingFlags, Binder,  Object , CultureInfo) (Overrides PropertyInfo SetValue(Object, Object, BindingFlags, Binder,  Object , CultureInfo).)
Public methodToString (Overrides Object ToString .)
Top
See Also