C# Class Stiletto.Fody.Attributes

Afficher le fichier Open project: benjamin-bader/stiletto

Méthodes publiques

Méthode Description
GetNamedAttribute ( this returnType ) : CustomAttribute
GetNamedAttributeName ( this returnType ) : string
IsInjectAttribute ( this attribute ) : bool
IsModuleAttribute ( this attribute ) : bool
IsNamedAttribute ( this attribute ) : bool
IsProcessedAssemblyAttribute ( this attribute ) : bool
IsProvidesAttribute ( this attribute ) : bool
IsSingletonAttribute ( this attribute ) : bool

Private Methods

Méthode Description
ExtractCustomAttribute ( this parameterDefinition, bool>.Func predicate ) : CustomAttribute
Is ( CustomAttribute attribute, string name ) : bool

Method Details

GetNamedAttribute() public static méthode

public static GetNamedAttribute ( this returnType ) : CustomAttribute
returnType this
Résultat Mono.Cecil.CustomAttribute

GetNamedAttributeName() public static méthode

public static GetNamedAttributeName ( this returnType ) : string
returnType this
Résultat string

IsInjectAttribute() public static méthode

public static IsInjectAttribute ( this attribute ) : bool
attribute this
Résultat bool

IsModuleAttribute() public static méthode

public static IsModuleAttribute ( this attribute ) : bool
attribute this
Résultat bool

IsNamedAttribute() public static méthode

public static IsNamedAttribute ( this attribute ) : bool
attribute this
Résultat bool

IsProcessedAssemblyAttribute() public static méthode

public static IsProcessedAssemblyAttribute ( this attribute ) : bool
attribute this
Résultat bool

IsProvidesAttribute() public static méthode

public static IsProvidesAttribute ( this attribute ) : bool
attribute this
Résultat bool

IsSingletonAttribute() public static méthode

public static IsSingletonAttribute ( this attribute ) : bool
attribute this
Résultat bool