package cs.system
implements _Attribute
extended by StructLayoutAttribute
Available on csread only TypeId:Dynamic
IsDefaultAttribute ():Bool
Match (obj:Dynamic):Bool
static GetCustomAttribute (element:ParameterInfo, attributeType:Type):Attribute
static GetCustomAttribute (element:MemberInfo, attributeType:Type, inherit:Bool):Attribute
static GetCustomAttribute (element:ParameterInfo, attributeType:Type, inherit:Bool):Attribute
static GetCustomAttribute (element:Assembly, attributeType:Type, inherit:Bool):Attribute
static GetCustomAttribute (element:Module, attributeType:Type, inherit:Bool):Attribute
static GetCustomAttribute (element:Module, attributeType:Type):Attribute
static GetCustomAttribute (element:Assembly, attributeType:Type):Attribute
static GetCustomAttribute (element:MemberInfo, attributeType:Type):Attribute
static GetCustomAttributes (element:Assembly):NativeArray<Attribute>
static GetCustomAttributes (element:ParameterInfo, inherit:Bool):NativeArray<Attribute>
static GetCustomAttributes (element:MemberInfo, inherit:Bool):NativeArray<Attribute>
static GetCustomAttributes (element:Assembly, inherit:Bool):NativeArray<Attribute>
static GetCustomAttributes (element:Module, inherit:Bool):NativeArray<Attribute>
static GetCustomAttributes (element:MemberInfo, type:Type, inherit:Bool):NativeArray<Attribute>
static GetCustomAttributes (element:Module, attributeType:Type, inherit:Bool):NativeArray<Attribute>
static GetCustomAttributes (element:ParameterInfo, attributeType:Type, inherit:Bool):NativeArray<Attribute>
static GetCustomAttributes (element:Assembly, attributeType:Type, inherit:Bool):NativeArray<Attribute>
static GetCustomAttributes (element:MemberInfo, type:Type):NativeArray<Attribute>
static GetCustomAttributes (element:ParameterInfo, attributeType:Type):NativeArray<Attribute>
static GetCustomAttributes (element:Module, attributeType:Type):NativeArray<Attribute>
static GetCustomAttributes (element:Assembly, attributeType:Type):NativeArray<Attribute>
static GetCustomAttributes (element:Module):NativeArray<Attribute>
static GetCustomAttributes (element:MemberInfo):NativeArray<Attribute>
static GetCustomAttributes (element:ParameterInfo):NativeArray<Attribute>
static IsDefined (element:Module, attributeType:Type):Bool
static IsDefined (element:ParameterInfo, attributeType:Type, inherit:Bool):Bool
static IsDefined (element:Module, attributeType:Type, inherit:Bool):Bool
static IsDefined (element:Assembly, attributeType:Type, inherit:Bool):Bool
static IsDefined (element:MemberInfo, attributeType:Type, inherit:Bool):Bool
static IsDefined (element:Assembly, attributeType:Type):Bool
static IsDefined (element:MemberInfo, attributeType:Type):Bool
static IsDefined (element:ParameterInfo, attributeType:Type):Bool
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/Attribute.html