C# Class Stiletto.Fody.Attributes

Show file Open project: benjamin-bader/stiletto

Public Methods

Method 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

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

Method Details

GetNamedAttribute() public static method

public static GetNamedAttribute ( this returnType ) : CustomAttribute
returnType this
return Mono.Cecil.CustomAttribute

GetNamedAttributeName() public static method

public static GetNamedAttributeName ( this returnType ) : string
returnType this
return string

IsInjectAttribute() public static method

public static IsInjectAttribute ( this attribute ) : bool
attribute this
return bool

IsModuleAttribute() public static method

public static IsModuleAttribute ( this attribute ) : bool
attribute this
return bool

IsNamedAttribute() public static method

public static IsNamedAttribute ( this attribute ) : bool
attribute this
return bool

IsProcessedAssemblyAttribute() public static method

public static IsProcessedAssemblyAttribute ( this attribute ) : bool
attribute this
return bool

IsProvidesAttribute() public static method

public static IsProvidesAttribute ( this attribute ) : bool
attribute this
return bool

IsSingletonAttribute() public static method

public static IsSingletonAttribute ( this attribute ) : bool
attribute this
return bool