C# 클래스 System.Reflection.RuntimeEventInfo

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

Private Properties

프로퍼티 타입 설명
CacheEquals bool
GetObjectData void
RuntimeEventInfo System
RuntimeEventInfo System

공개 메소드들

메소드 설명
GetAddMethod ( bool nonPublic ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetOtherMethods ( bool nonPublic ) : MethodInfo[]
GetRaiseMethod ( bool nonPublic ) : MethodInfo
GetRemoveMethod ( bool nonPublic ) : MethodInfo
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : String

비공개 메소드들

메소드 설명
CacheEquals ( object o ) : bool
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
RuntimeEventInfo ( ) : System
RuntimeEventInfo ( int tkEvent, RuntimeType declaredType, System.RuntimeType.RuntimeTypeCache reflectedTypeCache, bool &isPrivate ) : System

메소드 상세

GetAddMethod() 공개 메소드

public GetAddMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
리턴 MethodInfo

GetCustomAttributes() 공개 메소드

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

GetCustomAttributes() 공개 메소드

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

GetOtherMethods() 공개 메소드

public GetOtherMethods ( bool nonPublic ) : MethodInfo[]
nonPublic bool
리턴 MethodInfo[]

GetRaiseMethod() 공개 메소드

public GetRaiseMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
리턴 MethodInfo

GetRemoveMethod() 공개 메소드

public GetRemoveMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
리턴 MethodInfo

IsDefined() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String