An open System.IO.Stream that can be used to write resources, which are included in the assembly compilation.
After calling the AssemblyBuilder.CreateEmbeddedResource(BuildProvider, string) method, a System.Web.Compilation.BuildProvider object writes the resource file contents using the returned System.IO.Stream object. For example, the build provider can write the resources using a System.Resources.ResourceWriter object. After writing the resource file, the build provider must use the System.IO.Stream.Close method to close the System.IO.Stream object and free associated system resources.