ResXResourceSetGetAliasValue Method
Gets the assembly name for the specified alias.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public string? GetAliasValue(
string alias
)
Public Function GetAliasValue (
alias As String
) As String
public:
virtual String^ GetAliasValue(
String^ alias
) sealed
abstract GetAliasValue :
alias : string -> string
override GetAliasValue :
alias : string -> string
- alias String
- The alias of the assembly name, which should be retrieved.
StringThe assembly name of the
alias, or
if there is no such alias defined.
IExpandoResourceSetGetAliasValue(String) If an alias is redefined in the .resx file, then this method returns the last occurrence of the alias value.