C# Class Com.Aote.Utils.ObjectExtension

对基本对象进行扩展
Datei anzeigen Open project: DuBin1988/restv2

Public Methods

Method 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 method

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

JsonConvert() public static method

public static JsonConvert ( this value, Type type ) : object
value this
type System.Type
return object

JsonGetType() public static method

public static JsonGetType ( this o ) : Type
o this
return System.Type

NewEquals() public static method

public static NewEquals ( this o, object other ) : bool
o this
other object
return bool

NewGetType() public static method

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