C# Class RA.MemberInfoExtensions

Afficher le fichier Open project: Thundernerd/Unity3D-ResourceAttribute

Méthodes publiques

Méthode 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 méthode

public static CanWrite ( this info ) : bool
info this
Résultat bool

GetMemberType() public static méthode

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

SetValue() public static méthode

public static SetValue ( this info, object obj, object value ) : void
info this
obj object
value object
Résultat void