C# Class withSIX.Core.Presentation.Wpf.Extensions.TypeExtensions

ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
GetMethod ( this type, string name ) : MethodInfo
GetProperties ( this type ) : IEnumerable
GetProperty ( this type, string name ) : PropertyInfo

Method Details

GetMethod() public static method

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

GetProperties() public static method

public static GetProperties ( this type ) : IEnumerable
type this
return IEnumerable

GetProperty() public static method

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