TRttiMethodHelper Class Helper

Represents type TRttiMethodHelper.

Namespace: Spring.Reflection
Spring.TRttiMethodHelper
  Spring.Reflection.TRttiMethodHelper
type
 TRttiMethodHelper = class helper(Spring.TRttiMethodHelper) for TRttiMethod
 end;
 NameDescription
IsAbstract

Returns if the method is dynamic or virtual abstract. (Inherited from TRttiMethodHelper.)

IsGetter

Represents property IsGetter.

IsSetter

Represents property IsSetter.

ParameterCount

Represents property ParameterCount.

Parameters

Represents property Parameters.

ReturnTypeHandle

Returns the PTypeInfo of the ReturnType if assigned; otherwise returns nil. (Inherited from TRttiMethodHelper.)

Top
 NameDescription
GetIsGetter

Represents method GetIsGetter.

GetIsSetter

Represents method GetIsSetter.

GetParameterCount

Represents method GetParameterCount.

GetParametersList

Represents method GetParametersList.

Top