Packagesv.reflection
Classpublic class PropertyInfo
InheritancePropertyInfo Inheritance MemberInfo



Public Properties
 PropertyDefined by
 Inheritedattributes : Array
[abstract] An Array of Attribute objects
MemberInfo
  canRead : Boolean
[read-only] [abstract]
PropertyInfo
  canWrite : Boolean
[read-only] [abstract]
PropertyInfo
 InheriteddeclaringType : Type
[abstract] The Type that declares this member.
MemberInfo
  isSealed : Boolean
[read-only] [abstract]
PropertyInfo
  isStatic : Boolean
[read-only] [abstract]
PropertyInfo
 InheritedmemberType : MemberTypes
[abstract]
MemberInfo
 Inheritedname : String
[abstract]
MemberInfo
  propertyType : Type
[read-only] [abstract] The Type object of the Property value
PropertyInfo
 InheritedreflectedType : Type
[abstract] The Type used to obtain this member instance.
MemberInfo
 Inheriteduri : String
[abstract]
MemberInfo
Public Methods
 MethodDefined by
  
PropertyInfo
  
toString():String
PropertyInfo
Property detail
canReadproperty
canRead:Boolean  [read-only]

[abstract]

Implementation
    public function get canRead():Boolean
canWriteproperty 
canWrite:Boolean  [read-only]

[abstract]

Implementation
    public function get canWrite():Boolean
isSealedproperty 
isSealed:Boolean  [read-only]

[abstract]

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

[abstract]

Implementation
    public function get isStatic():Boolean
propertyTypeproperty 
propertyType:Type  [read-only]

[abstract] The Type object of the Property value

Implementation
    public function get propertyType():Type
Constructor detail
PropertyInfo()constructor
public function PropertyInfo()

Method detail
toString()method
public final function toString():String

Returns
String