ResourceStringLoaderLoadString Method (String, String, Assembly) |
加载资源字符串
Namespace: X3PlatformAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string LoadString(
string baseName,
string resourceName,
Assembly assembly
)
public:
static String^ LoadString(
String^ baseName,
String^ resourceName,
Assembly^ assembly
)
Parameters
- baseName
- Type: SystemString
The base name of the resource. - resourceName
- Type: SystemString
The resource name. - assembly
- Type: System.ReflectionAssembly
[Missing <param name="assembly"/> documentation for "M:X3Platform.ResourceStringLoader.LoadString(System.String,System.String,System.Reflection.Assembly)"]
Return Value
Type:
StringThe string from the resource.
See Also