Click or drag to resize
ResourceStringLoaderLoadString Method (String, String, Assembly)
加载资源字符串

Namespace: X3Platform
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
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: String
The string from the resource.
See Also