C# Class Com.Aote.Utils.ObjectExtension

对基本对象进行扩展
Afficher le fichier Open project: DuBin1988/restv2

Méthodes publiques

Méthode Description
FindResource ( this o, string name ) : object

查找资源,应用程序或者界面元素

JsonConvert ( this value, Type type ) : object
JsonGetType ( this o ) : Type
NewEquals ( this o, object other ) : bool
NewGetType ( this o ) : Type

新的获取类型的方法,如果对象实现了客户化类,则调用客户化类的方法

Method Details

FindResource() public static méthode

查找资源,应用程序或者界面元素
public static FindResource ( this o, string name ) : object
o this
name string
Résultat object

JsonConvert() public static méthode

public static JsonConvert ( this value, Type type ) : object
value this
type System.Type
Résultat object

JsonGetType() public static méthode

public static JsonGetType ( this o ) : Type
o this
Résultat System.Type

NewEquals() public static méthode

public static NewEquals ( this o, object other ) : bool
o this
other object
Résultat bool

NewGetType() public static méthode

新的获取类型的方法,如果对象实现了客户化类,则调用客户化类的方法
public static NewGetType ( this o ) : Type
o this
Résultat System.Type