MethodMeta MethodsCognex VisionPro 9.25 SR1

The MethodMeta type exposes the following members.

Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides ShareableBase Equals(Object).)
Public methodFormatNameForPath

Returns the name of this member formatted as a string for use within a Vision property path.

Public methodGetDeclaringType

Get a Meta instance describing the type which declares this member.

Public methodGetHashCode
Returns the hash code of this object.
(Overrides ShareableBase GetHashCode .)
Public methodGetParameters

Gets the ordered list of Parameters supported by this method.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides ShareableBase GetTypeMeta .)
Public methodInvoke(Object)

Invoke the method.

Public methodInvoke(Object, Object)

Invoke the method.

Public methodInvoke(Object, Object, Object)

Invoke the method.

Public methodInvoke(Object, Object, Object, Object)

Invoke the method.

Public methodInvoke(Object, Object, Object, Object, Object)

Invoke the method.

Public methodInvoke(Object, Object, Object, Object, Object, Object)

Invoke the method.

Public methodInvoke(Object, Object, Object, Object, Object, Object, Object)

Invoke the method.

Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
See Also