C# 클래스 Stiletto.Fody.Attributes

파일 보기 프로젝트 열기: benjamin-bader/stiletto

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ExtractCustomAttribute ( this parameterDefinition, bool>.Func predicate ) : CustomAttribute
Is ( CustomAttribute attribute, string name ) : bool

메소드 상세

GetNamedAttribute() 공개 정적인 메소드

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

GetNamedAttributeName() 공개 정적인 메소드

public static GetNamedAttributeName ( this returnType ) : string
returnType this
리턴 string

IsInjectAttribute() 공개 정적인 메소드

public static IsInjectAttribute ( this attribute ) : bool
attribute this
리턴 bool

IsModuleAttribute() 공개 정적인 메소드

public static IsModuleAttribute ( this attribute ) : bool
attribute this
리턴 bool

IsNamedAttribute() 공개 정적인 메소드

public static IsNamedAttribute ( this attribute ) : bool
attribute this
리턴 bool

IsProcessedAssemblyAttribute() 공개 정적인 메소드

public static IsProcessedAssemblyAttribute ( this attribute ) : bool
attribute this
리턴 bool

IsProvidesAttribute() 공개 정적인 메소드

public static IsProvidesAttribute ( this attribute ) : bool
attribute this
리턴 bool

IsSingletonAttribute() 공개 정적인 메소드

public static IsSingletonAttribute ( this attribute ) : bool
attribute this
리턴 bool