|
| override string | ToString () |
| |
| override object[] | GetCustomAttributes (bool inherit) |
| |
| override object[] | GetCustomAttributes (Type attributeType, bool inherit) |
| |
| override bool | IsDefined (Type attributeType, bool inherit) |
| |
| override IList< CustomAttributeData > | GetCustomAttributesData () |
| |
| override bool | HasSameMetadataDefinitionAs (MemberInfo other) |
| |
| override Type[] | GetRequiredCustomModifiers () |
| |
| override Type[] | GetOptionalCustomModifiers () |
| |
| override object | GetConstantValue () |
| |
| override object | GetRawConstantValue () |
| |
| override MethodInfo[] | GetAccessors (bool nonPublic) |
| |
| override RuntimeMethodInfo | GetGetMethod (bool nonPublic) |
| |
| override RuntimeMethodInfo | GetSetMethod (bool nonPublic) |
| |
| override ParameterInfo[] | GetIndexParameters () |
| |
| override object | GetValue (object obj, object[] index) |
| |
| override object | GetValue (object obj, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture) |
| |
| override void | SetValue (object obj, object value, object[] index) |
| |
| override void | SetValue (object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture) |
| |
| MethodInfo[] | GetAccessors () |
| |
| MethodInfo? | GetGetMethod () |
| |
| MethodInfo? | GetSetMethod () |
| |
| object? | GetValue (object? obj) |
| |
| virtual ? object | GetValue (object? obj, object?[]? index) |
| |
| object? | GetValue (object? obj, BindingFlags invokeAttr, Binder? binder, object?[]? index, CultureInfo? culture) |
| |
| void | SetValue (object? obj, object? value) |
| |
| virtual void | SetValue (object? obj, object? value, object?[]? index) |
| |
| void | SetValue (object? obj, object? value, BindingFlags invokeAttr, Binder? binder, object?[]? index, CultureInfo? culture) |
| |
| override bool | Equals (object? obj) |
| |
| override int | GetHashCode () |
| |
Definition at line 8 of file RuntimePropertyInfo.cs.