Attribute

package cs.system

implements _Attribute

extended by StructLayoutAttribute

Available on cs

Static methods

staticGetCustomAttribute(element:ParameterInfo, attributeType:Type):Attribute

staticGetCustomAttribute(element:MemberInfo, attributeType:Type, inherit:Bool):Attribute

staticGetCustomAttribute(element:ParameterInfo, attributeType:Type, inherit:Bool):Attribute

staticGetCustomAttribute(element:Assembly, attributeType:Type, inherit:Bool):Attribute

staticGetCustomAttribute(element:Module, attributeType:Type, inherit:Bool):Attribute

staticGetCustomAttribute(element:Module, attributeType:Type):Attribute

staticGetCustomAttribute(element:Assembly, attributeType:Type):Attribute

staticGetCustomAttribute(element:MemberInfo, attributeType:Type):Attribute

staticGetCustomAttributes(element:Assembly):NativeArray<Attribute>

staticGetCustomAttributes(element:ParameterInfo, inherit:Bool):NativeArray<Attribute>

staticGetCustomAttributes(element:MemberInfo, inherit:Bool):NativeArray<Attribute>

staticGetCustomAttributes(element:Assembly, inherit:Bool):NativeArray<Attribute>

staticGetCustomAttributes(element:Module, inherit:Bool):NativeArray<Attribute>

staticGetCustomAttributes(element:MemberInfo, type:Type, inherit:Bool):NativeArray<Attribute>

staticGetCustomAttributes(element:Module, attributeType:Type, inherit:Bool):NativeArray<Attribute>

staticGetCustomAttributes(element:ParameterInfo, attributeType:Type, inherit:Bool):NativeArray<Attribute>

staticGetCustomAttributes(element:Assembly, attributeType:Type, inherit:Bool):NativeArray<Attribute>

staticGetCustomAttributes(element:MemberInfo, type:Type):NativeArray<Attribute>

staticGetCustomAttributes(element:ParameterInfo, attributeType:Type):NativeArray<Attribute>

staticGetCustomAttributes(element:Module, attributeType:Type):NativeArray<Attribute>

staticGetCustomAttributes(element:Assembly, attributeType:Type):NativeArray<Attribute>

staticGetCustomAttributes(element:Module):NativeArray<Attribute>

staticGetCustomAttributes(element:MemberInfo):NativeArray<Attribute>

staticGetCustomAttributes(element:ParameterInfo):NativeArray<Attribute>

staticIsDefined(element:Module, attributeType:Type):Bool

staticIsDefined(element:ParameterInfo, attributeType:Type, inherit:Bool):Bool

staticIsDefined(element:Module, attributeType:Type, inherit:Bool):Bool

staticIsDefined(element:Assembly, attributeType:Type, inherit:Bool):Bool

staticIsDefined(element:MemberInfo, attributeType:Type, inherit:Bool):Bool

staticIsDefined(element:Assembly, attributeType:Type):Bool

staticIsDefined(element:MemberInfo, attributeType:Type):Bool

staticIsDefined(element:ParameterInfo, attributeType:Type):Bool

Variables

read onlyTypeId:Dynamic

Methods

IsDefaultAttribute():Bool

Match(obj:Dynamic):Bool

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