TypeInfo.GetConstructors

From Xojo Documentation

Method

TypeInfo.GetConstructors() As ConstructorInfo()

New in 2008r2

Supported for all project types and targets.

Returns an array of ConstructorInfo about the datatype. If the TypeInfo represents a class, then the returned array will contain constructors. Otherwise, it will be empty.