C# Класс System.MethodReflectionLibrary

Показать файл Открыть проект

Открытые методы

Метод Описание
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