Interface shared by all Vision Reflection/Introspection Meta Classes.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
The IMemberMeta type exposes the following members.
| Name | Description | |
|---|---|---|
| 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. |
| Name | Description | |
|---|---|---|
| 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. |