Packagesv.reflection
Classpublic class MemberInfo
SubclassesFieldInfo, MethodBase, PropertyInfo, Type



Public Properties
 PropertyDefined by
  attributes : Array
[read-only] [abstract] An Array of Attribute objects
MemberInfo
  declaringType : Type
[read-only] [abstract] The Type that declares this member.
MemberInfo
  memberType : MemberTypes
[read-only] [abstract]
MemberInfo
  name : String
[read-only] [abstract]
MemberInfo
  reflectedType : Type
[read-only] [abstract] The Type used to obtain this member instance.
MemberInfo
  uri : String
[read-only] [abstract]
MemberInfo
Public Methods
 MethodDefined by
  
MemberInfo
Property detail
attributesproperty
attributes:Array  [read-only]

[abstract] An Array of Attribute objects

Implementation
    public function get attributes():Array
declaringTypeproperty 
declaringType:Type  [read-only]

[abstract] The Type that declares this member. A member of a Type is either declared by the Type or inherited from a base Type.

Implementation
    public function get declaringType():Type
memberTypeproperty 
memberType:MemberTypes  [read-only]

[abstract]

Implementation
    public function get memberType():MemberTypes
nameproperty 
name:String  [read-only]

[abstract]

Implementation
    public function get name():String
reflectedTypeproperty 
reflectedType:Type  [read-only]

[abstract] The Type used to obtain this member instance.

Implementation
    public function get reflectedType():Type
uriproperty 
uri:String  [read-only]

[abstract]

Implementation
    public function get uri():String
Constructor detail
MemberInfo()constructor
public function MemberInfo()