C# 클래스 System.Reflection.MonoEvent.MonoEvent

상속: EventInfo
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
GetAddMethod ( bool nonPublic ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
GetRaiseMethod ( bool nonPublic ) : MethodInfo
GetRemoveMethod ( bool nonPublic ) : MethodInfo
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : string

메소드 상세

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[]

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

GetOtherMethods() 공개 메소드

public GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
nonPublic bool
리턴 System.Reflection.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 System.Type
inherit bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string