C# 클래스 GlueViewOfficialPlugins.Scripting.ReflectionExtensionMethods

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
AddRangeUnique ( this fields, IEnumerable whatToAdd ) : void
AddRangeUnique ( this properties, IEnumerable whatToAdd ) : void
ContainsFieldName ( this fields, string name ) : bool
ContainsPropertyName ( this properties, string name ) : bool
GetFieldByName ( this fields, string name ) : FieldInfo
GetPropertyByName ( this properties, string name ) : PropertyInfo

메소드 상세

AddRangeUnique() 공개 정적인 메소드

public static AddRangeUnique ( this fields, IEnumerable whatToAdd ) : void
fields this
whatToAdd IEnumerable
리턴 void

AddRangeUnique() 공개 정적인 메소드

public static AddRangeUnique ( this properties, IEnumerable whatToAdd ) : void
properties this
whatToAdd IEnumerable
리턴 void

ContainsFieldName() 공개 정적인 메소드

public static ContainsFieldName ( this fields, string name ) : bool
fields this
name string
리턴 bool

ContainsPropertyName() 공개 정적인 메소드

public static ContainsPropertyName ( this properties, string name ) : bool
properties this
name string
리턴 bool

GetFieldByName() 공개 정적인 메소드

public static GetFieldByName ( this fields, string name ) : FieldInfo
fields this
name string
리턴 System.Reflection.FieldInfo

GetPropertyByName() 공개 정적인 메소드

public static GetPropertyByName ( this properties, string name ) : PropertyInfo
properties this
name string
리턴 System.Reflection.PropertyInfo