C# 클래스 System.MethodReflectionLibrary

파일 보기 프로젝트 열기: herohiralal/HiraTools

공개 메소드들

메소드 설명
GetMethodsWithAttribute ( Type type ) : IEnumerable
GetMethodsWithAttribute ( object o ) : IEnumerable
Query ( Type type, string message, object &data ) : bool
Query ( object o, string message, object &data ) : bool
Query ( Type type, string message, &data ) : bool
Query ( object o, string message, &data ) : bool
SendMessage ( Type type, string message ) : bool
SendMessage ( object o, string message ) : bool

비공개 메소드들

메소드 설명
GetMethodsWithAttribute ( IReflect t, BindingFlags flags ) : IEnumerable

메소드 상세

GetMethodsWithAttribute() 공개 정적인 메소드

public static GetMethodsWithAttribute ( Type type ) : IEnumerable
type Type
리턴 IEnumerable

GetMethodsWithAttribute() 공개 정적인 메소드

public static GetMethodsWithAttribute ( object o ) : IEnumerable
o object
리턴 IEnumerable

Query() 공개 정적인 메소드

public static Query ( Type type, string message, object &data ) : bool
type Type
message string
data object
리턴 bool

Query() 공개 정적인 메소드

public static Query ( object o, string message, object &data ) : bool
o object
message string
data object
리턴 bool

Query() 공개 정적인 메소드

public static Query ( Type type, string message, &data ) : bool
type Type
message string
리턴 bool

Query() 공개 정적인 메소드

public static Query ( object o, string message, &data ) : bool
o object
message string
리턴 bool

SendMessage() 공개 정적인 메소드

public static SendMessage ( Type type, string message ) : bool
type Type
message string
리턴 bool

SendMessage() 공개 정적인 메소드

public static SendMessage ( object o, string message ) : bool
o object
message string
리턴 bool