Packagesv.reflection
Classpublic class MethodInfo
InheritanceMethodInfo Inheritance MethodBase Inheritance MemberInfo



Public Properties
 PropertyDefined by
 Inheritedattributes : Array
[abstract] An Array of Attribute objects
MemberInfo
 InheriteddeclaringType : Type
[abstract] The Type that declares this member.
MemberInfo
  isSealed : Boolean
[read-only] [abstract]
MethodInfo
  isStatic : Boolean
[read-only] [abstract]
MethodInfo
 InheritedmemberType : MemberTypes
[abstract]
MemberInfo
 Inheritedname : String
[abstract]
MemberInfo
 InheritedparameterCount : int
[abstract]
MethodBase
 Inheritedparameters : Array
[abstract]
MethodBase
 InheritedreflectedType : Type
[abstract] The Type used to obtain this member instance.
MemberInfo
  returnType : Type
[read-only] [abstract]
MethodInfo
 Inheriteduri : String
[abstract]
MemberInfo
Public Methods
 MethodDefined by
  
MethodInfo
 Inherited
getParameter(position:int):ParameterInfo
[abstract]
MethodBase
  
invoke(target:Object, ... parameters):Object
[abstract]
MethodInfo
  
toString():String
MethodInfo
Property detail
isSealedproperty
isSealed:Boolean  [read-only]

[abstract]

Implementation
    public function get isSealed():Boolean
isStaticproperty 
isStatic:Boolean  [read-only]

[abstract]

Implementation
    public function get isStatic():Boolean
returnTypeproperty 
returnType:Type  [read-only]

[abstract]

Implementation
    public function get returnType():Type
Constructor detail
MethodInfo()constructor
public function MethodInfo()

Method detail
invoke()method
public function invoke(target:Object, ... parameters):Object

[abstract]

Parameters
target:Object
 
... parameters

Returns
Object
toString()method 
public final function toString():String

Returns
String