C# 클래스 System.Reflection.MonoEventInfo

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
add_method MethodInfo
attrs EventAttributes
declaring_type System.Type
name String
other_methods System.Reflection.MethodInfo[]
raise_method MethodInfo
reflected_type System.Type
remove_method MethodInfo

비공개 메소드들

메소드 설명
GetEventInfo ( System.Reflection.MonoEvent ev ) : MonoEventInfo
get_event_info ( System.Reflection.MonoEvent ev, MonoEventInfo &info ) : void

프로퍼티 상세

add_method 공개적으로 프로퍼티

public MethodInfo,System.Reflection add_method
리턴 MethodInfo

attrs 공개적으로 프로퍼티

public EventAttributes attrs
리턴 EventAttributes

declaring_type 공개적으로 프로퍼티

public Type,System declaring_type
리턴 System.Type

name 공개적으로 프로퍼티

public String name
리턴 String

other_methods 공개적으로 프로퍼티

public MethodInfo[],System.Reflection other_methods
리턴 System.Reflection.MethodInfo[]

raise_method 공개적으로 프로퍼티

public MethodInfo,System.Reflection raise_method
리턴 MethodInfo

reflected_type 공개적으로 프로퍼티

public Type,System reflected_type
리턴 System.Type

remove_method 공개적으로 프로퍼티

public MethodInfo,System.Reflection remove_method
리턴 MethodInfo