IResourceWriter::Close Method ()

 

Closes the underlying resource file or stream, ensuring all the data has been written to the file.

Namespace:   System.Resources
Assembly:  mscorlib (in mscorlib.dll)

void Close()

If necessary, Close will call the Generate method to output the resources to the underlying file or stream before closing it.

.NET Framework
Available since 1.1
Return to top
Show: