Load Method (file)

Microsoft Deployment Tools

Deployment Tools Foundation Load Method (file)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceLoad(String)
Loads the resource data from a file. The file is searched for a resource with matching type, name, and locale.
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)
Win32 PE file containing the resource

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