Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​ComponentModel.​Design.​Serialization.​InstanceDescriptor

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → InstanceDescriptor

Provides the information necessary to create an instance of an object. This class cannot be inherited.

Properties

Arguments
Gets the collection of arguments that can be used to reconstruct an instance of the object that this instance descriptor represents.
public bool
IsComplete
Gets a value indicating whether the contents of this <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor" /> completely identify the instance.
MemberInfo
Gets the member information that describes the instance this descriptor is associated with.

Methods

public object
Invoke​()
Invokes this instance descriptor and returns the object the descriptor describes.
Returns The object this instance descriptor describes.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object