Inheritance Hierarchy
System.Reflection MemberInfo
System.Reflection PropertyInfo
Cognex.VisionPro.Implementation.Internal CogToolTerminals CogIndexedPropertyInfo
Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax
The CogToolTerminals CogIndexedPropertyInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogToolTerminals CogIndexedPropertyInfo |
Creates a new instance of the CogIndexedPropertyInfo class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified CogIndexedPropertyInfo is equal to
the current CogIndexedPropertyInfo.
(Overrides PropertyInfo Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAccessors | Returns an array whose elements reflect the public get, set, and other accessors of the property reflected by the current instance. (Inherited from PropertyInfo.) | |
| GetAccessors(Boolean) | (Overrides PropertyInfo GetAccessors(Boolean).) | |
| GetConstantValue | Returns a literal value associated with the property by a compiler. (Inherited from PropertyInfo.) | |
| GetCustomAttributes(Boolean) | (Overrides MemberInfo GetCustomAttributes(Boolean).) | |
| GetCustomAttributes(Type, Boolean) | (Overrides MemberInfo GetCustomAttributes(Type, Boolean).) | |
| GetCustomAttributesData | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member. (Inherited from MemberInfo.) | |
| GetGetMethod | Returns the public get accessor for this property. (Inherited from PropertyInfo.) | |
| GetGetMethod(Boolean) | (Overrides PropertyInfo GetGetMethod(Boolean).) | |
| GetHashCode |
Serves as a hash function for this type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides PropertyInfo GetHashCode .) | |
| GetIndexParameterArguments | ||
| GetIndexParameters | (Overrides PropertyInfo GetIndexParameters .) | |
| GetOptionalCustomModifiers | Returns an array of types representing the optional custom modifiers of the property. (Inherited from PropertyInfo.) | |
| GetRawConstantValue | Returns a literal value associated with the property by a compiler. (Inherited from PropertyInfo.) | |
| GetRequiredCustomModifiers | Returns an array of types representing the required custom modifiers of the property. (Inherited from PropertyInfo.) | |
| GetSetMethod | Returns the public set accessor for this property. (Inherited from PropertyInfo.) | |
| GetSetMethod(Boolean) | (Overrides PropertyInfo GetSetMethod(Boolean).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue(Object, Object ) | (Overrides PropertyInfo GetValue(Object, Object ).) | |
| GetValue(Object, BindingFlags, Binder, Object , CultureInfo) | (Overrides PropertyInfo GetValue(Object, BindingFlags, Binder, Object , CultureInfo).) | |
| IsDefined | (Overrides MemberInfo IsDefined(Type, Boolean).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetValue(Object, Object, Object ) | (Overrides PropertyInfo SetValue(Object, Object, Object ).) | |
| SetValue(Object, Object, BindingFlags, Binder, Object , CultureInfo) | (Overrides PropertyInfo SetValue(Object, Object, BindingFlags, Binder, Object , CultureInfo).) | |
| ToString | (Overrides Object ToString .) |
Properties
| Name | Description | |
|---|---|---|
| Attributes | (Overrides PropertyInfo Attributes.) | |
| CanRead | (Overrides PropertyInfo CanRead.) | |
| CanWrite | (Overrides PropertyInfo CanWrite.) | |
| DeclaringType | (Overrides MemberInfo DeclaringType.) | |
| IsSpecialName | Gets a value indicating whether the property is the special name. (Inherited from PropertyInfo.) | |
| MemberType | (Overrides PropertyInfo MemberType.) | |
| MetadataToken | Gets a value that identifies a metadata element. (Inherited from MemberInfo.) | |
| Module | Gets the module in which the type that declares the member represented by the current MemberInfo is defined. (Inherited from MemberInfo.) | |
| Name | (Overrides MemberInfo Name.) | |
| PropertyType | (Overrides PropertyInfo PropertyType.) | |
| ReflectedType | (Overrides MemberInfo ReflectedType.) |
See Also