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 ParameterInfo

package cs.system.reflection

implements ICustomAttributeProvider, _ParameterInfo

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

Available on cs

Variables

read onlyAttributes:ParameterAttributes

read onlyDefaultValue:Dynamic

read onlyIsIn:Bool

read onlyIsLcid:Bool

read onlyIsOptional:Bool

read onlyIsOut:Bool

read onlyIsRetval:Bool

read onlyMember:MemberInfo

read onlyMetadataToken:Int

read onlyName:String

read onlyParameterType:Type

read onlyPosition:Int

read onlyRawDefaultValue:Dynamic

Methods

GetCustomAttributes(inherit:Bool):NativeArray<Dynamic>

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

GetOptionalCustomModifiers():NativeArray<Type>

GetRequiredCustomModifiers():NativeArray<Type>

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

ToString():String

get_Attributes():ParameterAttributes

get_DefaultValue():Dynamic

finalget_IsIn():Bool

finalget_IsLcid():Bool

finalget_IsOptional():Bool

finalget_IsOut():Bool

finalget_IsRetval():Bool

get_Member():MemberInfo

finalget_MetadataToken():Int

get_Name():String

get_ParameterType():Type

get_Position():Int

get_RawDefaultValue():Dynamic

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe