using System;
using Cpp2IlInjected;
namespace System.ComponentModel
{
/// Creates an instance of a particular type of property from a drop-down box within the .
// Token: 0x0200014B RID: 331
[Token(Token = "0x200014B")]
public abstract class InstanceCreationEditor
{
/// Gets the specified text.
/// The specified text.
// Token: 0x17000182 RID: 386
// (get) Token: 0x06000800 RID: 2048 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000182")]
public virtual string Text
{
[Token(Token = "0x6000800")]
[Address(RVA = "0x4EE550", Offset = "0x4ED350", VA = "0x1804EE550", 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: 0x06000801 RID: 2049
[Token(Token = "0x6000801")]
[Address(Slot = "5")]
public abstract object CreateInstance(ITypeDescriptorContext context, Type instanceType);
/// Initializes a new instance of the class.
// Token: 0x06000802 RID: 2050 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000802")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
protected InstanceCreationEditor()
{
}
}
}