package cs.system.reflection
extends MemberInfo
implements _FieldInfo
extended by FieldBuilder
Available on cs
staticGetFieldFromHandle(handle:RuntimeFieldHandle):FieldInfo
staticGetFieldFromHandle(handle:RuntimeFieldHandle, declaringType:RuntimeTypeHandle):FieldInfo
read onlyAttributes:FieldAttributes
read onlyFieldHandle:RuntimeFieldHandle
read onlyFieldType:Type
read onlyIsAssembly:Bool
read onlyIsFamily:Bool
read onlyIsFamilyAndAssembly:Bool
read onlyIsFamilyOrAssembly:Bool
read onlyIsInitOnly:Bool
read onlyIsLiteral:Bool
read onlyIsNotSerialized:Bool
read onlyIsPinvokeImpl:Bool
read onlyIsPrivate:Bool
read onlyIsPublic:Bool
read onlyIsSpecialName:Bool
read onlyIsStatic:Bool
GetOptionalCustomModifiers():NativeArray<Type>
GetRawConstantValue():Dynamic
GetRequiredCustomModifiers():NativeArray<Type>
GetValue(obj:Dynamic):Dynamic
GetValueDirect(obj:TypedReference):Dynamic
SetValue(obj:Dynamic, value:Dynamic, invokeAttr:BindingFlags, binder:Binder, culture:CultureInfo):Void
finalSetValue(obj:Dynamic, value:Dynamic):Void
SetValueDirect(obj:TypedReference, value:Dynamic):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/reflection/FieldInfo.html