C# 클래스 System.TypeExtensionMethods

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

공개 메소드들

메소드 설명
GetConstructor ( this type, Type types ) : ConstructorInfo
GetField ( this type, string name ) : FieldInfo
GetFields ( this type ) : IEnumerable
GetGenericArguments ( this type ) : System.Type[]
GetMember ( this type, string name ) : System.Reflection.MemberInfo[]
GetMethod ( this type, string name ) : MethodInfo
GetMethod ( this type, string name, Type parameters ) : MethodInfo
GetProperties ( this type ) : IEnumerable
GetProperty ( this type, string name ) : PropertyInfo
IsEnum ( this type ) : bool
IsPrimitive ( this type ) : bool
IsValueType ( this type ) : bool

메소드 상세

GetConstructor() 공개 정적인 메소드

public static GetConstructor ( this type, Type types ) : ConstructorInfo
type this
types Type
리턴 System.Reflection.ConstructorInfo

GetField() 공개 정적인 메소드

public static GetField ( this type, string name ) : FieldInfo
type this
name string
리턴 System.Reflection.FieldInfo

GetFields() 공개 정적인 메소드

public static GetFields ( this type ) : IEnumerable
type this
리턴 IEnumerable

GetGenericArguments() 공개 정적인 메소드

public static GetGenericArguments ( this type ) : System.Type[]
type this
리턴 System.Type[]

GetMember() 공개 정적인 메소드

public static GetMember ( this type, string name ) : System.Reflection.MemberInfo[]
type this
name string
리턴 System.Reflection.MemberInfo[]

GetMethod() 공개 정적인 메소드

public static GetMethod ( this type, string name ) : MethodInfo
type this
name string
리턴 System.Reflection.MethodInfo

GetMethod() 공개 정적인 메소드

public static GetMethod ( this type, string name, Type parameters ) : MethodInfo
type this
name string
parameters Type
리턴 System.Reflection.MethodInfo

GetProperties() 공개 정적인 메소드

public static GetProperties ( this type ) : IEnumerable
type this
리턴 IEnumerable

GetProperty() 공개 정적인 메소드

public static GetProperty ( this type, string name ) : PropertyInfo
type this
name string
리턴 System.Reflection.PropertyInfo

IsEnum() 공개 정적인 메소드

public static IsEnum ( this type ) : bool
type this
리턴 bool

IsPrimitive() 공개 정적인 메소드

public static IsPrimitive ( this type ) : bool
type this
리턴 bool

IsValueType() 공개 정적인 메소드

public static IsValueType ( this type ) : bool
type this
리턴 bool