Packagesv.reflection
Classpublic class MethodBase
InheritanceMethodBase Inheritance MemberInfo
SubclassesConstructorInfo, MethodInfo



Public Properties
 PropertyDefined by
 Inheritedattributes : Array
[abstract] An Array of Attribute objects
MemberInfo
 InheriteddeclaringType : Type
[abstract] The Type that declares this member.
MemberInfo
 InheritedmemberType : MemberTypes
[abstract]
MemberInfo
 Inheritedname : String
[abstract]
MemberInfo
  parameterCount : int
[read-only] [abstract]
MethodBase
  parameters : Array
[read-only] [abstract]
MethodBase
 InheritedreflectedType : Type
[abstract] The Type used to obtain this member instance.
MemberInfo
 Inheriteduri : String
[abstract]
MemberInfo
Public Methods
 MethodDefined by
  
MethodBase
  
getParameter(position:int):ParameterInfo
[abstract]
MethodBase
Property detail
parameterCountproperty
parameterCount:int  [read-only]

[abstract]

Implementation
    public function get parameterCount():int
parametersproperty 
parameters:Array  [read-only]

[abstract]

Implementation
    public function get parameters():Array
Constructor detail
MethodBase()constructor
public function MethodBase()

Method detail
getParameter()method
public function getParameter(position:int):ParameterInfo

[abstract]

Parameters
position:int

Returns
ParameterInfo