Class used to describe and interact with parameters to methods as part of Vision's support for type Reflection/Introspection.
Cognex.Vision ShareableBase
Cognex.Vision.Meta ParameterMeta
Namespace: Cognex.Vision.Meta
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
The ParameterMeta type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ShareableBase Equals(Object).) | |
| FormatNameForPath | Returns the name of this member formatted as a string for use within a Vision property path. | |
| GetDeclaringType | Get a Meta instance describing the type which declares this member. | |
| GetHashCode | Returns the hash code of this object. (Overrides ShareableBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| ToString | Returns a human readable string that represents the object. |
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two ParameterMeta objects. | |
| Inequality | Compares the inequality of two ParameterMeta objects. |
| Name | Description | |
|---|---|---|
| Handle | (Overrides ShareableBase Handle.) | |
| IsClass | Returns true if this is a TypeMeta representing a Class. | |
| IsConstructor | Returns true if this is a MethodMeta representing a Constructor. | |
| IsEnum | Returns true if this is a TypeMeta representing an Enum. | |
| IsFake | Returns true if this is a FakePropertyMeta representing a Method of a class that behaves like a property. | |
| IsInterface | Returns true if this is a TypeMeta representing an Interface. | |
| IsMethod | Returns true if this is a MethodMeta representing a Method. | |
| IsParameter | Returns true if this is a ParameterMeta representing a Parameter to a Method. | |
| IsProperty | Returns true if this is a PropertyMeta representing a Property. | |
| IsStatic | Returns true if this is a static Member. | |
| IsType | Returns true if this is a TypeMeta. | |
| Name | Returns the name of this member. | |
| ParameterType | The type of this parameter. | |
| Position | The ordered location of this parameter in the method argument list. |