HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

class MemberInfo

package cs.system.reflection

implements ICustomAttributeProvider, _MemberInfo

extended by EventInfo, FieldInfo, MethodBase, PropertyInfo, Type

@:nativeGen@:abstract@:libType@:csNative@:native("System.Reflection.MemberInfo")

Available on cs

Variables

read onlyDeclaringType:Type

read onlyMemberType:MemberTypes

read onlyMetadataToken:Int

read onlyModule:Module

read onlyName:String

read onlyReflectedType:Type

Methods

GetCustomAttributes(inherit:Bool):NativeArray<Dynamic>

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

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

get_DeclaringType():Type

get_MemberType():MemberTypes

get_MetadataToken():Int

get_Module():Module

get_Name():String

get_ReflectedType():Type

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe