C# 클래스 System.Reflection.MemberInfo

상속: System.Reflection.ICustomAttributeProvider
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CacheEquals bool
OnCacheClear void
_MemberInfo Type
_MemberInfo void
_MemberInfo void
_MemberInfo void
_MemberInfo void

공개 메소드들

메소드 설명
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
IsDefined ( Type attributeType, bool inherit ) : bool

보호된 메소드들

메소드 설명
MemberInfo ( ) : System

비공개 메소드들

메소드 설명
CacheEquals ( object o ) : bool
OnCacheClear ( Object sender, ClearCacheEventArgs cacheEventArgs ) : void
_MemberInfo ( ) : Type
_MemberInfo ( [ riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId ) : void
_MemberInfo ( uint &pcTInfo ) : void
_MemberInfo ( uint dispIdMember, [ riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr ) : void
_MemberInfo ( uint iTInfo, uint lcid, IntPtr ppTInfo ) : void

메소드 상세

GetCustomAttributes() 공개 추상적인 메소드

public abstract GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType Type
inherit bool
리턴 Object[]

GetCustomAttributes() 공개 추상적인 메소드

public abstract GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
리턴 Object[]

IsDefined() 공개 추상적인 메소드

public abstract IsDefined ( Type attributeType, bool inherit ) : bool
attributeType Type
inherit bool
리턴 bool

MemberInfo() 보호된 메소드

protected MemberInfo ( ) : System
리턴 System