TpsResourceManager Constructor (String, Assembly) |
Initializes a new instance of the TpsResourceManager class that looks up resources contained in files derived from the specified root name using the given 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,
Assembly assembly
)
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". - assembly
- Type: System.ReflectionAssembly
The main Assembly for the resources.
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