C# 클래스 withSIX.Core.Presentation.Wpf.Extensions.TypeExtensions

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
GetMethod ( this type, string name ) : MethodInfo
GetProperties ( this type ) : IEnumerable
GetProperty ( this type, string name ) : PropertyInfo

메소드 상세

GetMethod() 공개 정적인 메소드

public static GetMethod ( this type, string name ) : MethodInfo
type this
name string
리턴 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