package cs.system.reflection
extends MemberInfo
implements _FieldInfo
extended by FieldBuilder
Available on csread only Attributes:FieldAttributesread only FieldHandle:RuntimeFieldHandleread only FieldType:Typeread only IsAssembly:Boolread only IsFamily:Boolread only IsFamilyAndAssembly:Boolread only IsFamilyOrAssembly:Boolread only IsInitOnly:Boolread only IsLiteral:Boolread only IsNotSerialized:Boolread only IsPinvokeImpl:Boolread only IsPrivate:Boolread only IsPublic:Boolread only IsSpecialName:Boolread 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