﻿<?xml version="1.0" encoding="utf-8"?><Type Name="ImageListStreamer" FullName="System.Windows.Forms.ImageListStreamer"><TypeSignature Language="C#" Value="public sealed class ImageListStreamer : System.Runtime.Serialization.ISerializable" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces><Interface><InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName></Interface></Interfaces><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This is a sealed class, so you can not inherit from it. Also, the constructor is private, so you cannot create a new instance of it. An <see cref="T:System.Windows.Forms.ImageListStreamer" /> is returned by the <see cref="P:System.Windows.Forms.ImageList.ImageStream" /> property of the <see cref="T:System.Windows.Forms.ImageList" />. However, you cannot use this class to load images to an <see cref="T:System.Windows.Forms.ImageList" /> control by directly assigning the <see cref="P:System.Windows.Forms.ImageList.ImageStream" /> property from one <see cref="T:System.Windows.Forms.ImageList" />. Instead you should directly assign one <see cref="T:System.Windows.Forms.ImageList" /> instance to another (for example, ImageList2 = ImageList1).</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides the data portion of an <see cref="T:System.Windows.Forms.ImageList" />.</para></summary></Docs><Members><Member MemberName="GetObjectData"><MemberSignature Language="C#" Value="public void GetObjectData (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="si" Type="System.Runtime.Serialization.SerializationInfo" /><Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information and a code example, see <see cref="T:System.Runtime.Serialization.ISerializable" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with the data needed to serialize the target object.</para></summary><param name="si"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to populate with data.</param><param name="context"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that is the destination for this serialization.</param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>