C# 클래스 TriAxis.RunSharp.EventGen.EventInfoProxy

상속: System.Reflection.EventInfo
파일 보기 프로젝트 열기: AqlaSolutions/runsharp

공개 메소드들

메소드 설명
EventInfoProxy ( EventGen eg ) : System
GetAddMethod ( bool nonPublic ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
GetRaiseMethod ( bool nonPublic ) : MethodInfo
GetRemoveMethod ( bool nonPublic ) : MethodInfo
IsDefined ( Type attributeType, bool inherit ) : bool
__GetMethods ( ) : System.Reflection.MethodInfo[]

보호된 메소드들

메소드 설명
GetCurrentToken ( ) : int

메소드 상세

EventInfoProxy() 공개 메소드

public EventInfoProxy ( EventGen eg ) : System
eg EventGen
리턴 System

GetAddMethod() 공개 메소드

public GetAddMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
리턴 System.Reflection.MethodInfo

GetCurrentToken() 보호된 메소드

protected GetCurrentToken ( ) : int
리턴 int

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType IKVM.Reflection.Type
inherit bool
리턴 object[]

GetCustomAttributes() 공개 메소드

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

GetOtherMethods() 공개 메소드

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

GetRaiseMethod() 공개 메소드

public GetRaiseMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
리턴 System.Reflection.MethodInfo

GetRemoveMethod() 공개 메소드

public GetRemoveMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
리턴 System.Reflection.MethodInfo

IsDefined() 공개 메소드

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

__GetMethods() 공개 메소드

public __GetMethods ( ) : System.Reflection.MethodInfo[]
리턴 System.Reflection.MethodInfo[]