C# 클래스 RA.MemberInfoExtensions

파일 보기 프로젝트 열기: Thundernerd/Unity3D-ResourceAttribute

공개 메소드들

메소드 설명
CanWrite ( this info ) : bool
GetMemberType ( this info, bool includeArrays = false ) : Type
SetValue ( this info, object obj, object value ) : void

메소드 상세

CanWrite() 공개 정적인 메소드

public static CanWrite ( this info ) : bool
info this
리턴 bool

GetMemberType() 공개 정적인 메소드

public static GetMemberType ( this info, bool includeArrays = false ) : Type
info this
includeArrays bool
리턴 System.Type

SetValue() 공개 정적인 메소드

public static SetValue ( this info, object obj, object value ) : void
info this
obj object
value object
리턴 void