Load Method (file)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Load Method (file)
For all resources in the collection, loads their data from a resource file.
Declaration Syntax
C# Visual Basic Visual C++
public void Load(
	string file
)
Public Sub Load ( 
	file As String
)
public:
void Load(
	String^ file
)
Parameters
file (String)
The file from which resources are loaded.

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.9.1006.0)