PropertyBuilder
PropertyBuilder()
Attributes
CanRead
CanWrite
DeclaringType
Module
Name
PropertyToken
PropertyType
ReflectedType
AddOtherMethod(MethodBuilder)
AddOtherMethodCore(MethodBuilder)
GetAccessors(Boolean)
GetCustomAttributes(Boolean)
GetCustomAttributes(Type, Boolean)
GetGetMethod(Boolean)
GetIndexParameters()
GetSetMethod(Boolean)
GetValue(Object, Object[])
GetValue(Object, BindingFlags, Binder, Object[], CultureInfo)
IsDefined(Type, Boolean)
SetConstant(Object)
SetConstantCore(Object)
SetCustomAttribute(CustomAttributeBuilder)
SetCustomAttribute(ConstructorInfo, Byte[])
SetCustomAttributeCore(ConstructorInfo, ReadOnlySpan<Byte>)
SetGetMethod(MethodBuilder)
SetGetMethodCore(MethodBuilder)
SetSetMethod(MethodBuilder)
SetSetMethodCore(MethodBuilder)
SetValue(Object, Object, Object[])
SetValue(Object, Object, BindingFlags, Binder, Object[], CultureInfo)
net9.0
namespace System.Reflection.Emit
{
public abstract class PropertyBuilder : PropertyInfo
{
protected abstract void SetCustomAttributeCore(ConstructorInfo! con, ReadOnlySpan<byte> binaryAttribute);
}
}
.NET | 8.09.0 |
---|---|
Information specific to net9.0 | |
Assembly | System.Reflection.Emit , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API