C# Class System.MethodReflectionLibrary

Afficher le fichier Open project: herohiralal/HiraTools

Méthodes publiques

Méthode 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

Méthode Description
GetMethodsWithAttribute ( IReflect t, BindingFlags flags ) : IEnumerable

Method Details

GetMethodsWithAttribute() public static méthode

public static GetMethodsWithAttribute ( Type type ) : IEnumerable
type Type
Résultat IEnumerable

GetMethodsWithAttribute() public static méthode

public static GetMethodsWithAttribute ( object o ) : IEnumerable
o object
Résultat IEnumerable

Query() public static méthode

public static Query ( Type type, string message, object &data ) : bool
type Type
message string
data object
Résultat bool

Query() public static méthode

public static Query ( object o, string message, object &data ) : bool
o object
message string
data object
Résultat bool

Query() public static méthode

public static Query ( Type type, string message, &data ) : bool
type Type
message string
Résultat bool

Query() public static méthode

public static Query ( object o, string message, &data ) : bool
o object
message string
Résultat bool

SendMessage() public static méthode

public static SendMessage ( Type type, string message ) : bool
type Type
message string
Résultat bool

SendMessage() public static méthode

public static SendMessage ( object o, string message ) : bool
o object
message string
Résultat bool