CogToolTerminals CogIndexedPropertyInfo ClassCognex VisionPro
Inheritance Hierarchy

System Object
  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: 65.1.0.0 (65.1.0.0)
Syntax

public class CogIndexedPropertyInfo : PropertyInfo

The CogToolTerminals CogIndexedPropertyInfo type exposes the following members.

Constructors

  NameDescription
Public methodCogToolTerminals CogIndexedPropertyInfo
Creates a new instance of the CogIndexedPropertyInfo class.
Top
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
Properties

  NameDescription
Public propertyAttributes (Overrides PropertyInfo Attributes.)
Public propertyCanRead (Overrides PropertyInfo CanRead.)
Public propertyCanWrite (Overrides PropertyInfo CanWrite.)
Public propertyDeclaringType (Overrides MemberInfo DeclaringType.)
Public propertyIsSpecialName
Gets a value indicating whether the property is the special name.
(Inherited from PropertyInfo.)
Public propertyMemberType (Overrides PropertyInfo MemberType.)
Public propertyMetadataToken
Gets a value that identifies a metadata element.
(Inherited from MemberInfo.)
Public propertyModule
Gets the module in which the type that declares the member represented by the current MemberInfo is defined.
(Inherited from MemberInfo.)
Public propertyName (Overrides MemberInfo Name.)
Public propertyPropertyType (Overrides PropertyInfo PropertyType.)
Public propertyReflectedType (Overrides MemberInfo ReflectedType.)
Top
See Also