Deployment Tools Foundation
Load Method (file)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Resources ► Resource ► Load(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.dll) Version: 3.0.0.0 (3.9.1006.0)