C# Class System.Reflection.PropertyInfoExtensions

Mostra file Open project: dotnet/corefx

Public Methods

Method 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 method

public static GetAccessors ( this property ) : System.Reflection.MethodInfo[]
property this
return System.Reflection.MethodInfo[]

GetAccessors() public static method

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

GetGetMethod() public static method

public static GetGetMethod ( this property ) : System.Reflection.MethodInfo
property this
return System.Reflection.MethodInfo

GetGetMethod() public static method

public static GetGetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo
property this
nonPublic bool
return System.Reflection.MethodInfo

GetSetMethod() public static method

public static GetSetMethod ( this property ) : System.Reflection.MethodInfo
property this
return System.Reflection.MethodInfo

GetSetMethod() public static method

public static GetSetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo
property this
nonPublic bool
return System.Reflection.MethodInfo