W3cubDocs

/Haxe C#

FieldInfo

package cs.system.reflection

extends MemberInfo

implements _FieldInfo

extended by FieldBuilder

Available on cs

Variables

read 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

Methods

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 methods

static GetFieldFromHandle (handle:RuntimeFieldHandle):FieldInfo

static GetFieldFromHandle (handle:RuntimeFieldHandle, declaringType:RuntimeTypeHandle):FieldInfo

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/reflection/FieldInfo.html