C# Class System.FieldReflectionLibrary

Afficher le fichier Open project: herohiralal/HiraTools

Méthodes publiques

Méthode Description
GetData ( Type type, string info, object &data ) : bool
GetData ( object o, string info, object &data ) : bool
GetData ( Type type, string info, &data ) : bool
GetData ( object o, string info, &data ) : bool
GetFieldsWithAttribute ( Type type ) : IEnumerable
GetFieldsWithAttribute ( object o ) : IEnumerable
SetData ( Type type, string info, object data ) : bool
SetData ( object o, string info, object data ) : bool
SetData ( Type type, string info, data ) : bool
SetData ( object o, string info, data ) : bool

Private Methods

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

Method Details

GetData() public static méthode

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

GetData() public static méthode

public static GetData ( object o, string info, object &data ) : bool
o object
info string
data object
Résultat bool

GetData() public static méthode

public static GetData ( Type type, string info, &data ) : bool
type Type
info string
Résultat bool

GetData() public static méthode

public static GetData ( object o, string info, &data ) : bool
o object
info string
Résultat bool

GetFieldsWithAttribute() public static méthode

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

GetFieldsWithAttribute() public static méthode

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

SetData() public static méthode

public static SetData ( Type type, string info, object data ) : bool
type Type
info string
data object
Résultat bool

SetData() public static méthode

public static SetData ( object o, string info, object data ) : bool
o object
info string
data object
Résultat bool

SetData() public static méthode

public static SetData ( Type type, string info, data ) : bool
type Type
info string
Résultat bool

SetData() public static méthode

public static SetData ( object o, string info, data ) : bool
o object
info string
Résultat bool