ResXResourceWriter::AddAlias Method (String^, AssemblyName^)
.NET Framework (current version)
Adds the specified alias to a list of aliases.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- aliasName
-
Type:
System::String^
The name of the alias.
- assemblyName
-
Type:
System.Reflection::AssemblyName^
The name of the assembly represented by aliasName.
| Exception | Condition |
|---|---|
| ArgumentNullException | assemblyName is null. |
Resources whose values are from an aliased assembly are automatically added to the list of aliases. The resource is not written until Generate is called.
.NET Framework
Available since 2.0
Available since 2.0
Show: