Docs4dev
Docs
Docs4dev
  • Tools
  • Privacy
  • GitHub

Search

Loading search index…

No recent searches

No results for "Query here"

  • to select
  • to navigate
  • to close

Search by FlexSearch

On this page

On this page
haxe / cs / system / reflection / propertyinfo.html

PropertyInfo

package cs.system.reflection

extends MemberInfo

implements _PropertyInfo

extended by PropertyBuilder

Available on cs

Variables

read onlyAttributes:PropertyAttributes

read onlyCanRead:Bool

read onlyCanWrite:Bool

read onlyIsSpecialName:Bool

read onlyPropertyType:Type

Methods

finalGetAccessors():NativeArray<MethodInfo>

GetAccessors(nonPublic:Bool):NativeArray<MethodInfo>

GetConstantValue():Dynamic

finalGetGetMethod():MethodInfo

GetGetMethod(nonPublic:Bool):MethodInfo

GetIndexParameters():NativeArray<ParameterInfo>

GetOptionalCustomModifiers():NativeArray<Type>

GetRawConstantValue():Dynamic

GetRequiredCustomModifiers():NativeArray<Type>

finalGetSetMethod():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–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/reflection/PropertyInfo.html

  • Privacy Policy
  • 蜀ICP备14021783号-6
  • Brought to you by Docs4dev