The code stream is used to load and save the document.
Object
CodeStream
[Visual Basic] MustInherit Public Class CodeStream [C#] public abstract class CodeStream [C++] public __gc __abstract class CodeStream [JScript] public abstract class CodeStream
When the user wants to display the design view for a document, the file type of the document file will be used to determine what code stream to create. The code stream will be created and instructed to load.
Notes to Inheritors: Certain members of this class must be overridden in a derived class in order to implement them.
Namespace: System.ComponentModel.Design
Assembly: System.dll
CodeStream Members | System.ComponentModel.Design Namespace | IDesignerHost