package cs.system.runtime.interopservices
implemented by FieldInfo
Available on csread only Attributes:FieldAttributes
read only DeclaringType:Type
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
read only MemberType:MemberTypes
read only Name:String
read only ReflectedType:Type
GetCustomAttributes (inherit:Bool):NativeArray<Dynamic>
GetCustomAttributes (attributeType:Type, inherit:Bool):NativeArray<Dynamic>
GetIDsOfNames (riid:Ref<Guid>, rgszNames:IntPtr, cNames:UInt, lcid:UInt, rgDispId:IntPtr):Void
GetType ():Type
GetTypeInfo (iTInfo:UInt, lcid:UInt, ppTInfo:IntPtr):Void
GetTypeInfoCount (pcTInfo:Out<UInt>):Void
GetValue (obj:Dynamic):Dynamic
GetValueDirect (obj:TypedReference):Dynamic
Invoke (dispIdMember:UInt, riid:Ref<Guid>, lcid:UInt, wFlags:Int16, pDispParams:IntPtr, pVarResult:IntPtr, pExcepInfo:IntPtr, puArgErr:IntPtr):Void
IsDefined (attributeType:Type, inherit:Bool):Bool
SetValue (obj:Dynamic, value:Dynamic):Void
SetValue (obj:Dynamic, value:Dynamic, invokeAttr:BindingFlags, binder:Binder, culture:CultureInfo):Void
SetValueDirect (obj:TypedReference, value:Dynamic):Void
ToString ():String
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/runtime/interopservices/_FieldInfo.html