Try OpenEdge Now
ABL Reference
Class, Interface, and Enumeration Reference
:
Progress.Reflect.Method class
Progress.Reflect.Method class
Progress.Reflect.Method
provides information about an ABL or .NET class method.
This class is FINAL and cannot be inherited.
Serializable
No
Constructors
This class only contains a private constructor.
Super Class
Progress.Lang.Object class
Interfaces
This class does not implement interfaces.
Public Properties
AccessMode property
DeclaringClass property
IsAbstract property
IsFinal property
IsOverride property
IsStaticproperty
Nameproperty (Reflect)
NumParameters property (Reflect)
OriginatingClass property
ReturnExtent property
ReturnType property
ReturnTypeName property
Public Methods
GetParameters( ) method
Invoke( ) method (Method)
ToString( ) method (Reflect)
–