C# Class System.MethodReflectionLibrary

Show file Open project: herohiralal/HiraTools

Public Methods

Method Description
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

Private Methods

Method Description
GetMethodsWithAttribute ( IReflect t, BindingFlags flags ) : IEnumerable

Method Details

GetMethodsWithAttribute() public static method

public static GetMethodsWithAttribute ( Type type ) : IEnumerable
type Type
return IEnumerable

GetMethodsWithAttribute() public static method

public static GetMethodsWithAttribute ( object o ) : IEnumerable
o object
return IEnumerable

Query() public static method

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

Query() public static method

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

Query() public static method

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

Query() public static method

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

SendMessage() public static method

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

SendMessage() public static method

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