C# 클래스 System.FieldReflectionLibrary

파일 보기 프로젝트 열기: herohiralal/HiraTools

공개 메소드들

메소드 설명
GetData ( Type type, string info, object &data ) : bool
GetData ( object o, string info, object &data ) : bool
GetData ( Type type, string info, &data ) : bool
GetData ( object o, string info, &data ) : bool
GetFieldsWithAttribute ( Type type ) : IEnumerable
GetFieldsWithAttribute ( object o ) : IEnumerable
SetData ( Type type, string info, object data ) : bool
SetData ( object o, string info, object data ) : bool
SetData ( Type type, string info, data ) : bool
SetData ( object o, string info, data ) : bool

비공개 메소드들

메소드 설명
GetFieldsWithAttribute ( IReflect t, BindingFlags flags ) : IEnumerable

메소드 상세

GetData() 공개 정적인 메소드

public static GetData ( Type type, string info, object &data ) : bool
type Type
info string
data object
리턴 bool

GetData() 공개 정적인 메소드

public static GetData ( object o, string info, object &data ) : bool
o object
info string
data object
리턴 bool

GetData() 공개 정적인 메소드

public static GetData ( Type type, string info, &data ) : bool
type Type
info string
리턴 bool

GetData() 공개 정적인 메소드

public static GetData ( object o, string info, &data ) : bool
o object
info string
리턴 bool

GetFieldsWithAttribute() 공개 정적인 메소드

public static GetFieldsWithAttribute ( Type type ) : IEnumerable
type Type
리턴 IEnumerable

GetFieldsWithAttribute() 공개 정적인 메소드

public static GetFieldsWithAttribute ( object o ) : IEnumerable
o object
리턴 IEnumerable

SetData() 공개 정적인 메소드

public static SetData ( Type type, string info, object data ) : bool
type Type
info string
data object
리턴 bool

SetData() 공개 정적인 메소드

public static SetData ( object o, string info, object data ) : bool
o object
info string
data object
리턴 bool

SetData() 공개 정적인 메소드

public static SetData ( Type type, string info, data ) : bool
type Type
info string
리턴 bool

SetData() 공개 정적인 메소드

public static SetData ( object o, string info, data ) : bool
o object
info string
리턴 bool