using System;
using Cpp2IlInjected;
namespace System.ComponentModel
{
/// Creates an instance of a particular type of property from a drop-down box within the .
// Token: 0x02000147 RID: 327
[Token(Token = "0x2000147")]
public abstract class InstanceCreationEditor
{
/// Gets the specified text.
/// The specified text.
// Token: 0x1700017E RID: 382
// (get) Token: 0x060007EA RID: 2026 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700017E")]
public virtual string Text
{
[Token(Token = "0x60007EA")]
[Address(RVA = "0xC58950", Offset = "0xC57950", VA = "0x180C58950", Slot = "4")]
get
{
return null;
}
}
/// When overridden in a derived class, returns an instance of the specified type.
/// The context information.
/// The specified type.
/// An instance of the specified type or .
// Token: 0x060007EB RID: 2027
[Token(Token = "0x60007EB")]
[Address(Slot = "5")]
public abstract object CreateInstance(ITypeDescriptorContext context, Type instanceType);
/// Initializes a new instance of the class.
// Token: 0x060007EC RID: 2028 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60007EC")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
protected InstanceCreationEditor()
{
}
}
}