Attributes | System.Reflection.PropertyInfo | |
CacheEquals(object o) | System.Reflection.MemberInfo | inlinepackagevirtual |
CanRead | System.Reflection.PropertyInfo | |
CanWrite | System.Reflection.PropertyInfo | |
CustomAttributes | System.Reflection.MemberInfo | |
DeclaringType | System.Reflection.MemberInfo | |
Equals(object? obj) | System.Reflection.PropertyInfo | inline |
GetAccessors() | System.Reflection.PropertyInfo | inline |
GetAccessors(bool nonPublic) | System.Reflection.PropertyInfo | |
GetConstantValue() | System.Reflection.PropertyInfo | inlinevirtual |
GetCustomAttributes(bool inherit) | System.Reflection.MemberInfo | |
GetCustomAttributes(Type attributeType, bool inherit) | System.Reflection.MemberInfo | |
GetCustomAttributesData() | System.Reflection.MemberInfo | inlinevirtual |
GetGetMethod() | System.Reflection.PropertyInfo | inline |
GetGetMethod(bool nonPublic) | System.Reflection.PropertyInfo | |
GetHashCode() | System.Reflection.PropertyInfo | inline |
GetIndexParameters() | System.Reflection.PropertyInfo | |
GetMethod | System.Reflection.PropertyInfo | |
GetOptionalCustomModifiers() | System.Reflection.PropertyInfo | inlinevirtual |
GetRawConstantValue() | System.Reflection.PropertyInfo | inlinevirtual |
GetRequiredCustomModifiers() | System.Reflection.PropertyInfo | inlinevirtual |
GetSetMethod() | System.Reflection.PropertyInfo | inline |
GetSetMethod(bool nonPublic) | System.Reflection.PropertyInfo | |
GetValue(object? obj) | System.Reflection.PropertyInfo | inline |
GetValue(object? obj, object?[]? index) | System.Reflection.PropertyInfo | inlinevirtual |
GetValue(object? obj, BindingFlags invokeAttr, Binder? binder, object?[]? index, CultureInfo? culture) | System.Reflection.PropertyInfo | |
HasSameMetadataDefinitionAs(MemberInfo other) | System.Reflection.MemberInfo | inlinevirtual |
HasSameMetadataDefinitionAsCore< TOther >(MemberInfo other) | System.Reflection.MemberInfo | inlinepackage |
IsCollectible | System.Reflection.MemberInfo | |
IsDefined(Type attributeType, bool inherit) | System.Reflection.MemberInfo | |
IsSpecialName | System.Reflection.PropertyInfo | |
MemberType | System.Reflection.PropertyInfo | |
MetadataToken | System.Reflection.MemberInfo | |
Module | System.Reflection.MemberInfo | |
Name | System.Reflection.MemberInfo | |
operator!=(PropertyInfo? left, PropertyInfo? right) | System.Reflection.PropertyInfo | inlinestatic |
System::Reflection::MemberInfo.operator!=(MemberInfo? left, MemberInfo? right) | System.Reflection.MemberInfo | inlinestatic |
operator==(PropertyInfo? left, PropertyInfo? right) | System.Reflection.PropertyInfo | inlinestatic |
System::Reflection::MemberInfo.operator==(MemberInfo? left, MemberInfo? right) | System.Reflection.MemberInfo | inlinestatic |
PropertyType | System.Reflection.PropertyInfo | |
ReflectedType | System.Reflection.MemberInfo | |
SetMethod | System.Reflection.PropertyInfo | |
SetValue(object? obj, object? value) | System.Reflection.PropertyInfo | inline |
SetValue(object? obj, object? value, object?[]? index) | System.Reflection.PropertyInfo | inlinevirtual |
SetValue(object? obj, object? value, BindingFlags invokeAttr, Binder? binder, object?[]? index, CultureInfo? culture) | System.Reflection.PropertyInfo | |