IExpandoResourceSetGetAliasValue Method

Gets the assembly name for the specified alias.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
string? GetAliasValue(
	string alias
)

Parameters

alias  String
The alias of the assembly name, which should be retrieved.

Return Value

String
The assembly name of the alias, or if there is no such alias defined.

Remarks

If an alias is redefined in the .resx file, then this method returns the last occurrence of the alias value.

Exceptions

See Also