TpsResourceManager Constructor (String) |
Initializes a new instance of the TpsResourceManager class that looks up resources contained in files derived from the specified root name using the calling Assembly.
Namespace:
ABB.Robotics.Tps.Resources
Assembly:
ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntaxpublic TpsResourceManager(
string baseName
)
Parameters
- baseName
- Type: SystemString
The root name of the resources. For example, the root name for the resource file named "MyResource.en-US.resources" is "MyResource".
Remarks If a resource is not found in the specified assembly, it will be look inside the predefined resource of the FlexPendant system.
See Also