ResourceHelperGetText Method (String, Assembly) |
获取指定程序集文本资源
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string GetText(
string name,
Assembly assembly
)
Public Shared Function GetText (
name As String,
assembly As Assembly
) As String
public:
static String^ GetText(
String^ name,
Assembly^ assembly
)
static member GetText :
name : string *
assembly : Assembly -> string
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Adf.ResourceHelper.GetText(System.String,System.Reflection.Assembly)"]
- assembly
- Type: System.ReflectionAssembly
[Missing <param name="assembly"/> documentation for "M:Adf.ResourceHelper.GetText(System.String,System.Reflection.Assembly)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.ResourceHelper.GetText(System.String,System.Reflection.Assembly)"]
See Also