Attribute

Attribute

package cs-system

implements _Attribute

extended by StructLayoutAttribute

Available on cs

Variables

read only TypeId:Dynamic

Methods

IsDefaultAttribute ():Bool

Match (obj:Dynamic):Bool

Static methods

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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/Attribute.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部