ParameterMeta PropertiesCognex VisionPro 9.22 SR1

The ParameterMeta 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 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 propertyParameterType

The type of this parameter.

Public propertyPosition

The ordered location of this parameter in the method argument list.

Top
See Also