C# 클래스 Com.Aote.Utils.ObjectExtension

对基本对象进行扩展
파일 보기 프로젝트 열기: DuBin1988/restv2

공개 메소드들

메소드 설명
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

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

메소드 상세

FindResource() 공개 정적인 메소드

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

JsonConvert() 공개 정적인 메소드

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

JsonGetType() 공개 정적인 메소드

public static JsonGetType ( this o ) : Type
o this
리턴 System.Type

NewEquals() 공개 정적인 메소드

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

NewGetType() 공개 정적인 메소드

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