package cs.system.reflection
extends MemberInfo
implements _FieldInfo
extended by FieldBuilder
Available on csread only Attributes:FieldAttributes
read only FieldHandle:RuntimeFieldHandle
read only FieldType:Type
read only IsAssembly:Bool
read only IsFamily:Bool
read only IsFamilyAndAssembly:Bool
read only IsFamilyOrAssembly:Bool
read only IsInitOnly:Bool
read only IsLiteral:Bool
read only IsNotSerialized:Bool
read only IsPinvokeImpl:Bool
read only IsPrivate:Bool
read only IsPublic:Bool
read only IsSpecialName:Bool
read only IsStatic: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
SetValue (obj:Dynamic, value:Dynamic):Void
SetValueDirect (obj:TypedReference, value:Dynamic):Void
static GetFieldFromHandle (handle:RuntimeFieldHandle):FieldInfo
static GetFieldFromHandle (handle:RuntimeFieldHandle, declaringType:RuntimeTypeHandle):FieldInfo
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/reflection/FieldInfo.html