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.​DesignerLoader

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → DesignerLoader

Provides a basic designer loader interface that can be used to implement a custom designer loader.

Properties

public bool
Loading
Gets a value indicating whether the loader is currently loading a document.

Methods

public void
BeginLoad​(IDesignerLoaderHost host)
Begins loading a designer.
host The loader host through which this loader loads components.
public void
Dispose​()
Releases all resources used by the <see cref="T:System.ComponentModel.Design.Serialization.DesignerLoader" /> .
public void
Flush​()
Writes cached changes to the location that the designer was loaded from.
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