package cs.system.reflection
extends MemberInfo
implements _PropertyInfo
extended by PropertyBuilder
Available on csread only Attributes:PropertyAttributes
read only CanRead:Bool
read only CanWrite:Bool
read only IsSpecialName:Bool
read only PropertyType:Type
GetAccessors ():NativeArray<MethodInfo>
GetAccessors (nonPublic:Bool):NativeArray<MethodInfo>
GetConstantValue ():Dynamic
GetGetMethod ():MethodInfo
GetGetMethod (nonPublic:Bool):MethodInfo
GetIndexParameters ():NativeArray<ParameterInfo>
GetOptionalCustomModifiers ():NativeArray<Type>
GetRawConstantValue ():Dynamic
GetRequiredCustomModifiers ():NativeArray<Type>
GetSetMethod ():MethodInfo
GetSetMethod (nonPublic:Bool):MethodInfo
GetValue (obj:Dynamic, index:NativeArray<Dynamic>):Dynamic
GetValue (obj:Dynamic, invokeAttr:BindingFlags, binder:Binder, index:NativeArray<Dynamic>, culture:CultureInfo):Dynamic
SetValue (obj:Dynamic, value:Dynamic, index:NativeArray<Dynamic>):Void
SetValue (obj:Dynamic, value:Dynamic, invokeAttr:BindingFlags, binder:Binder, index:NativeArray<Dynamic>, culture:CultureInfo):Void
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/reflection/PropertyInfo.html