C# Class RA.MemberInfoExtensions

Mostra file Open project: Thundernerd/Unity3D-ResourceAttribute

Public Methods

Method Description
CanWrite ( this info ) : bool
GetMemberType ( this info, bool includeArrays = false ) : Type
SetValue ( this info, object obj, object value ) : void

Method Details

CanWrite() public static method

public static CanWrite ( this info ) : bool
info this
return bool

GetMemberType() public static method

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

SetValue() public static method

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