C# 클래스 Ext.Net.Utilities.ReflectionUtils

파일 보기 프로젝트 열기: extnet/Utilities

공개 메소드들

메소드 설명
GetDefaultValue ( PropertyDescriptor property ) : object

GetDefaultValue ( PropertyInfo property ) : object

GetTypeOfParent ( Control control, Type type ) : Control

GetTypeOfParent ( Control control, string typeFullName ) : Control

IsInTypeOf ( Control control, Type type ) : bool

IsInTypeOf ( Control control, string typeFullName ) : bool

IsTypeOf ( Object obj, Type type ) : bool

IsTypeOf ( Object obj, Type type, bool shallow ) : bool

IsTypeOf ( Object obj, string typeFullName ) : bool

IsTypeOf ( Object obj, string typeFullName, bool shallow ) : bool

메소드 상세

GetDefaultValue() 공개 정적인 메소드

public static GetDefaultValue ( PropertyDescriptor property ) : object
property System.ComponentModel.PropertyDescriptor
리턴 object

GetDefaultValue() 공개 정적인 메소드

public static GetDefaultValue ( PropertyInfo property ) : object
property System.Reflection.PropertyInfo
리턴 object

GetTypeOfParent() 공개 정적인 메소드

public static GetTypeOfParent ( Control control, Type type ) : Control
control System.Web.UI.Control
type System.Type
리턴 System.Web.UI.Control

GetTypeOfParent() 공개 정적인 메소드

public static GetTypeOfParent ( Control control, string typeFullName ) : Control
control System.Web.UI.Control
typeFullName string
리턴 System.Web.UI.Control

IsInTypeOf() 공개 정적인 메소드

public static IsInTypeOf ( Control control, Type type ) : bool
control System.Web.UI.Control
type System.Type
리턴 bool

IsInTypeOf() 공개 정적인 메소드

public static IsInTypeOf ( Control control, string typeFullName ) : bool
control System.Web.UI.Control
typeFullName string
리턴 bool

IsTypeOf() 공개 정적인 메소드

public static IsTypeOf ( Object obj, Type type ) : bool
obj Object
type System.Type
리턴 bool

IsTypeOf() 공개 정적인 메소드

public static IsTypeOf ( Object obj, Type type, bool shallow ) : bool
obj Object
type System.Type
shallow bool
리턴 bool

IsTypeOf() 공개 정적인 메소드

public static IsTypeOf ( Object obj, string typeFullName ) : bool
obj Object
typeFullName string
리턴 bool

IsTypeOf() 공개 정적인 메소드

public static IsTypeOf ( Object obj, string typeFullName, bool shallow ) : bool
obj Object
typeFullName string
shallow bool
리턴 bool