Save Method (file)

Microsoft Deployment Tools

Deployment Tools Foundation Save Method (file)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceSave(String)
Saves the resource to a file. Any existing resource data with matching type, name, and locale is overwritten.
Declaration Syntax
C# Visual Basic Visual C++
public void Save(
	string file
)
Public Sub Save ( _
	file As String _
)
public:
void Save(
	String^ file
)
Parameters
file (String)
Win32 PE file to contain the resource

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources) Version: 3.0.0.0 (3.5.1623.0)