C# Class System.Reflection.CustomAttributeData

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
CustomAttributeData System
CustomAttributeData System
Filter CustomAttributeTypedArgument
Filter CustomAttributeTypedArgument
GetCustomAttributeRecords System.Reflection.CustomAttributeRecord[]
GetCustomAttributes IList
Init void
Init void
Init void
Init void
InitCustomAttributeType CustomAttributeType
TypeToCustomAttributeEncoding CustomAttributeEncoding

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetCustomAttributes ( Assembly target ) : IList
GetCustomAttributes ( MemberInfo target ) : IList
GetCustomAttributes ( Module target ) : IList
GetCustomAttributes ( ParameterInfo target ) : IList
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Méthode Description
CustomAttributeData ( Attribute attribute ) : System
CustomAttributeData ( Module scope, CustomAttributeRecord caRecord ) : System
Filter ( IList attrs, Type caType, int parameter ) : CustomAttributeTypedArgument
Filter ( IList attrs, Type caType, string name ) : CustomAttributeTypedArgument
GetCustomAttributeRecords ( Module module, int targetToken ) : System.Reflection.CustomAttributeRecord[]
GetCustomAttributes ( Module module, int tkTarget ) : IList
Init ( DllImportAttribute dllImport ) : void
Init ( FieldOffsetAttribute fieldOffset ) : void
Init ( MarshalAsAttribute marshalAs ) : void
Init ( object pca ) : void
InitCustomAttributeType ( Type parameterType, Module scope ) : CustomAttributeType
TypeToCustomAttributeEncoding ( Type type ) : CustomAttributeEncoding

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetCustomAttributes() public static méthode

public static GetCustomAttributes ( Assembly target ) : IList
target Assembly
Résultat IList

GetCustomAttributes() public static méthode

public static GetCustomAttributes ( MemberInfo target ) : IList
target MemberInfo
Résultat IList

GetCustomAttributes() public static méthode

public static GetCustomAttributes ( Module target ) : IList
target Module
Résultat IList

GetCustomAttributes() public static méthode

public static GetCustomAttributes ( ParameterInfo target ) : IList
target ParameterInfo
Résultat IList

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string