System.ReflectionLibrary.Set C# (CSharp) Méthode

Set() public static méthode

public static Set ( Type type, string info, object data ) : bool
type Type
info string
data object
Résultat bool
        public static bool Set(this Type type, string info, object data) =>
            type.SetData(info, data) || type.Assign(info, data);

Same methods

ReflectionLibrary::Set ( object o, string info, object data ) : bool
ReflectionLibrary::Set ( Type type, string info, data ) : bool
ReflectionLibrary::Set ( object o, string info, data ) : bool