10 public abstract object this[
int i] {
get; }
12 public abstract object this[
string name] {
get; }
82 [RequiresUnreferencedCode(
"Generic TypeConverters may require the generic types to be annotated. For example, NullableConverter requires the underlying type to be DynamicallyAccessedMembers All.")]
88 [RequiresUnreferencedCode(
"The built-in EventDescriptor implementation uses Reflection which requires unreferenced code.")]
94 [RequiresUnreferencedCode(
"PropertyDescriptor's PropertyType cannot be statically discovered.")]
100 [RequiresUnreferencedCode(
"Editors registered in TypeDescriptor.AddEditorTable may be trimmed.")]
111 [RequiresUnreferencedCode(
"The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")]
117 [RequiresUnreferencedCode(
"PropertyDescriptor's PropertyType cannot be statically discovered.")]
123 [RequiresUnreferencedCode(
"PropertyDescriptor's PropertyType cannot be statically discovered. The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")]
static NotSupportedException NotSupported()
int GetValues(object[] values)
IDataReader GetData(int i)
string GetDataTypeName(int i)
int GetOrdinal(string name)
virtual DbDataReader GetDbDataReader(int i)
DateTime GetDateTime(int i)
long GetChars(int i, long dataIndex, char[]? buffer, int bufferIndex, int length)
long GetBytes(int i, long dataIndex, byte[]? buffer, int bufferIndex, int length)
decimal GetDecimal(int i)
object? GetEditor(Type editorBaseType)
EventDescriptor? GetDefaultEvent()
object? GetPropertyOwner(PropertyDescriptor? pd)
PropertyDescriptorCollection GetProperties()
PropertyDescriptor? GetDefaultProperty()
EventDescriptorCollection GetEvents()
string? GetComponentName()
TypeConverter GetConverter()
AttributeCollection GetAttributes()
DynamicallyAccessedMemberTypes