W3cubDocs

/Haxe C#

ParameterInfo

package cs.system.reflection

implements ICustomAttributeProvider, _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

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