IPropertyMeta PropertiesCognex VisionPro 9.22

The IPropertyMeta type exposes the following members.

Properties

  NameDescription
Public propertyIsClass

Returns true if this is a TypeMeta representing a Class.

(Inherited from IMemberMeta.)
Public propertyIsConstructor

Returns true if this is a MethodMeta representing a Constructor.

(Inherited from IMemberMeta.)
Public propertyIsEnum

Returns true if this is a TypeMeta representing an Enum.

(Inherited from IMemberMeta.)
Public propertyIsFake

Returns true if this is a FakePropertyMeta representing a Method of a class that behaves like a property.

(Inherited from IMemberMeta.)
Public propertyIsInterface

Returns true if this is a TypeMeta representing an Interface.

(Inherited from IMemberMeta.)
Public propertyIsMethod

Returns true if this is a MethodMeta representing a Method.

(Inherited from IMemberMeta.)
Public propertyIsParameter

Returns true if this is a ParameterMeta representing a Parameter to a Method.

(Inherited from IMemberMeta.)
Public propertyIsProperty

Returns true if this is a PropertyMeta representing a Property.

(Inherited from IMemberMeta.)
Public propertyIsReadOnly

Returns true if the property is read only, otherwise false.

Public propertyIsStatic

Returns true if this is a static Member.

(Inherited from IMemberMeta.)
Public propertyIsType

Returns true if this is a TypeMeta.

(Inherited from IMemberMeta.)
Public propertyName

Returns the name of this member.

(Inherited from IMemberMeta.)
Public propertyPropertyType

Returns the static Type of this property.

Top
See Also