Datasnap.DSReflect.TDSMethod Properties
InheritedProtected
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| DSMethodName | public | Represents a string that is the name of the method described by this TDSMethod. |
| IsConstructor | public | Specifies whether the method described by this TDSMethod is a constructor. |
| IsDestructor | public | Specifies whether the method described by this TDSMethod is a destructor. |
| MethodClass | public | Represents a reference to the class to which the method described by this TDSMethod belongs. |
| ParameterNames | public | Is an array that contains the names of the parameters for the method described by this TDSMethod. |
| ParameterTypes | public | Is an array of TDSClass objects that represent the type of the parameters for the method described by this TDSMethod. |
| PublicMethod | public | Specifies whether the method described by this TDSMethod is public. |
| ReturnType | public | Represents the return type of the method described by this TDSMethod. |
| StaticMethod | public | Specifies whether the method described by this TDSMethod is static. |