MethodInfo Properties

This section discusses the MethodInfo properties in alphabetical order.

Description

This property returns a reference to a PropertyInfo collection object.

This property is read-only.

Description

This property doesn’t actually return all the documentation for the class, just a brief description of the class, as a string.

This property is read-only.

Description

This property returns the name of the object as a string.

This property is read-only.

Description

This property returns the type of the method. Values include:

  • Bool (Boolean).

  • Number.

  • Float.

  • String.

  • Variant.

  • Blob (binary large object).

  • Any API class name.

This property is read-only.