C# 클래스 System.Reflection.CustomAttributeData

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetCustomAttributes ( Assembly target ) : IList
GetCustomAttributes ( MemberInfo target ) : IList
GetCustomAttributes ( Module target ) : IList
GetCustomAttributes ( ParameterInfo target ) : IList
GetHashCode ( ) : int
ToString ( ) : string

비공개 메소드들

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

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetCustomAttributes() 공개 정적인 메소드

public static GetCustomAttributes ( Assembly target ) : IList
target Assembly
리턴 IList

GetCustomAttributes() 공개 정적인 메소드

public static GetCustomAttributes ( MemberInfo target ) : IList
target MemberInfo
리턴 IList

GetCustomAttributes() 공개 정적인 메소드

public static GetCustomAttributes ( Module target ) : IList
target Module
리턴 IList

GetCustomAttributes() 공개 정적인 메소드

public static GetCustomAttributes ( ParameterInfo target ) : IList
target ParameterInfo
리턴 IList

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string