FakePropertyMeta PropertiesCognex VisionPro 9.22

The FakePropertyMeta type exposes the following members.

Properties

  NameDescription
Public propertyHandle (Overrides ShareableBase Handle.)
Public propertyIsClass

Returns true if this is a TypeMeta representing a Class.

Public propertyIsConstructor

Returns true if this is a MethodMeta representing a Constructor.

Public propertyIsEnum

Returns true if this is a TypeMeta representing an Enum.

Public propertyIsFake

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

Public propertyIsInterface

Returns true if this is a TypeMeta representing an Interface.

Public propertyIsMethod

Returns true if this is a MethodMeta representing a Method.

Public propertyIsParameter

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

Public propertyIsProperty

Returns true if this is a PropertyMeta representing a Property.

Public propertyIsReadOnly

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

Public propertyIsStatic

Returns true if this is a static Member.

Public propertyIsType

Returns true if this is a TypeMeta.

Public propertyName

Returns the name of this member.

Public propertyPropertyType

Returns the static Type of this property.

Top
See Also