|
ParameterInfo[] | GetIndexParameters () |
|
MethodInfo[] | GetAccessors () |
|
MethodInfo[] | GetAccessors (bool nonPublic) |
|
MethodInfo? | GetGetMethod () |
|
MethodInfo? | GetGetMethod (bool nonPublic) |
|
MethodInfo? | GetSetMethod () |
|
MethodInfo? | GetSetMethod (bool nonPublic) |
|
virtual Type[] | GetOptionalCustomModifiers () |
|
virtual Type[] | GetRequiredCustomModifiers () |
|
object? | GetValue (object? obj) |
|
virtual ? object | GetValue (object? obj, object?[]? index) |
|
object? | GetValue (object? obj, BindingFlags invokeAttr, Binder? binder, object?[]? index, CultureInfo? culture) |
|
virtual ? object | GetConstantValue () |
|
virtual ? object | GetRawConstantValue () |
|
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 () |
|
virtual bool | HasSameMetadataDefinitionAs (MemberInfo other) |
|
bool | IsDefined (Type attributeType, bool inherit) |
|
object[] | GetCustomAttributes (bool inherit) |
|
object[] | GetCustomAttributes (Type attributeType, bool inherit) |
|
virtual IList< CustomAttributeData > | GetCustomAttributesData () |
|
Definition at line 7 of file PropertyInfo.cs.