Load Method (file)

DTF API

Copy image CopyHover image
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++ F#
public void Load(
	string file
)
Public Sub Load ( 
	file As String
)
public:
void Load(
	String^ file
)
member Load : 
        file : string -> unit 
Parameters
file (String)
Win32 PE file containing the resource

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