|
| void | SetConstant (object? defaultValue) |
| |
| void | SetGetMethod (MethodBuilder mdBuilder) |
| |
| void | SetSetMethod (MethodBuilder mdBuilder) |
| |
| void | AddOtherMethod (MethodBuilder mdBuilder) |
| |
| void | SetCustomAttribute (ConstructorInfo con, byte[] binaryAttribute) |
| |
| void | SetCustomAttribute (CustomAttributeBuilder customBuilder) |
| |
| 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) |
| |
| override MethodInfo[] | GetAccessors (bool nonPublic) |
| |
| override? MethodInfo | GetGetMethod (bool nonPublic) |
| |
| override? MethodInfo | GetSetMethod (bool nonPublic) |
| |
| override ParameterInfo[] | GetIndexParameters () |
| |
| override object[] | GetCustomAttributes (bool inherit) |
| |
| override object[] | GetCustomAttributes (Type attributeType, bool inherit) |
| |
| override bool | IsDefined (Type attributeType, bool inherit) |
| |
| MethodInfo[] | GetAccessors () |
| |
| MethodInfo? | GetGetMethod () |
| |
| MethodInfo? | GetSetMethod () |
| |
| virtual Type[] | GetOptionalCustomModifiers () |
| |
| virtual Type[] | GetRequiredCustomModifiers () |
| |
| object? | GetValue (object? obj) |
| |
| virtual ? object | GetConstantValue () |
| |
| virtual ? object | GetRawConstantValue () |
| |
| void | SetValue (object? obj, object? value) |
| |
| override bool | Equals (object? obj) |
| |
| override int | GetHashCode () |
| |
| virtual bool | HasSameMetadataDefinitionAs (MemberInfo other) |
| |
| virtual IList< CustomAttributeData > | GetCustomAttributesData () |
| |
Definition at line 6 of file PropertyBuilder.cs.