CogToolTerminals CogMethodInfo MethodsCognex VisionPro 9.22

The CogToolTerminals CogMethodInfo type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified CogMethodInfo is equal to the current CogMethodInfo.
(Overrides MethodInfo 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 methodGetArguments
Public methodGetBaseDefinition (Overrides MethodInfo GetBaseDefinition .)
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 methodGetGenericArguments
Returns an array of Type objects that represent the type arguments of a generic method or the type parameters of a generic method definition.
(Inherited from MethodInfo.)
Public methodGetGenericMethodDefinition
Returns a MethodInfo object that represents a generic method definition from which the current method can be constructed.
(Inherited from MethodInfo.)
Public methodGetHashCode
Serves as a hash function for this type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides MethodInfo GetHashCode .)
Public methodGetMethodBody
When overridden in a derived class, gets a MethodBody object that provides access to the MSIL stream, local variables, and exceptions for the current method.
(Inherited from MethodBase.)
Public methodGetMethodImplementationFlags (Overrides MethodBase GetMethodImplementationFlags .)
Public methodGetParameters (Overrides MethodBase GetParameters .)
Public methodGetSetType
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvoke(Object,  Object )
Invokes the method or constructor represented by the current instance, using the specified parameters.
(Inherited from MethodBase.)
Public methodInvoke(Object, BindingFlags, Binder,  Object , CultureInfo) (Overrides MethodBase Invoke(Object, BindingFlags, Binder,  Object , CultureInfo).)
Public methodIsDefined (Overrides MemberInfo IsDefined(Type, Boolean).)
Public methodMakeGenericMethod
Substitutes the elements of an array of types for the type parameters of the current generic method definition, and returns a MethodInfo object representing the resulting constructed method.
(Inherited from MethodInfo.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides Object ToString .)
Top
See Also