C# Class System.Reflection.PropertyInfoExtensions

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
GetAccessors ( this property ) : System.Reflection.MethodInfo[]
GetAccessors ( this property, bool nonPublic ) : System.Reflection.MethodInfo[]
GetGetMethod ( this property ) : System.Reflection.MethodInfo
GetGetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo
GetSetMethod ( this property ) : System.Reflection.MethodInfo
GetSetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo

Method Details

GetAccessors() public static méthode

public static GetAccessors ( this property ) : System.Reflection.MethodInfo[]
property this
Résultat System.Reflection.MethodInfo[]

GetAccessors() public static méthode

public static GetAccessors ( this property, bool nonPublic ) : System.Reflection.MethodInfo[]
property this
nonPublic bool
Résultat System.Reflection.MethodInfo[]

GetGetMethod() public static méthode

public static GetGetMethod ( this property ) : System.Reflection.MethodInfo
property this
Résultat System.Reflection.MethodInfo

GetGetMethod() public static méthode

public static GetGetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo
property this
nonPublic bool
Résultat System.Reflection.MethodInfo

GetSetMethod() public static méthode

public static GetSetMethod ( this property ) : System.Reflection.MethodInfo
property this
Résultat System.Reflection.MethodInfo

GetSetMethod() public static méthode

public static GetSetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo
property this
nonPublic bool
Résultat System.Reflection.MethodInfo