C# Класс System.Reflection.PropertyInfoExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetAccessors() публичный статический Метод

public static GetAccessors ( this property ) : System.Reflection.MethodInfo[]
property this
Результат System.Reflection.MethodInfo[]

GetAccessors() публичный статический Метод

public static GetAccessors ( this property, bool nonPublic ) : System.Reflection.MethodInfo[]
property this
nonPublic bool
Результат System.Reflection.MethodInfo[]

GetGetMethod() публичный статический Метод

public static GetGetMethod ( this property ) : System.Reflection.MethodInfo
property this
Результат System.Reflection.MethodInfo

GetGetMethod() публичный статический Метод

public static GetGetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo
property this
nonPublic bool
Результат System.Reflection.MethodInfo

GetSetMethod() публичный статический Метод

public static GetSetMethod ( this property ) : System.Reflection.MethodInfo
property this
Результат System.Reflection.MethodInfo

GetSetMethod() публичный статический Метод

public static GetSetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo
property this
nonPublic bool
Результат System.Reflection.MethodInfo