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

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
GetMethod ( this type, string name ) : MethodInfo
GetProperties ( this type ) : IEnumerable
GetProperty ( this type, string name ) : PropertyInfo

Method Details

GetMethod() public static méthode

public static GetMethod ( this type, string name ) : MethodInfo
type this
name string
Résultat System.Reflection.MethodInfo

GetProperties() public static méthode

public static GetProperties ( this type ) : IEnumerable
type this
Résultat IEnumerable

GetProperty() public static méthode

public static GetProperty ( this type, string name ) : PropertyInfo
type this
name string
Résultat System.Reflection.PropertyInfo