This documentation is archived and is not being maintained.
IResourceWriter.Close Method
.NET Framework 1.1
Closes the underlying resource file or stream, ensuring all the data has been written to the file.
[Visual Basic] Sub Close() [C#] void Close(); [C++] void Close(); [JScript] function Close();
Remarks
If necessary, Close will call Generate to output the resources to the underlying file or stream before closing it.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
IResourceWriter Interface | IResourceWriter Members | System.Resources Namespace
Show: