W3cubDocs

/Haxe C#

MemberInfo

package cs.system.reflection

implements ICustomAttributeProvider, _MemberInfo

extended by EventInfo, FieldInfo, MethodBase, PropertyInfo, Type

@:abstract@:libType@:csNative@:native("System.Reflection.MemberInfo") Available on cs

Variables

read only DeclaringType:Type

read only MemberType:MemberTypes

read only MetadataToken:Int

read only Module:Module

read only Name:String

read only ReflectedType:Type

Methods

@:overload GetCustomAttributes (inherit:Bool):NativeArray<Dynamic>

@:overload GetCustomAttributes (attributeType:Type, inherit:Bool):NativeArray<Dynamic>

@:overload IsDefined (attributeType:Type, inherit:Bool):Bool

@:overload ToString ():String

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/reflection/MemberInfo.html