ResXDataNodeAssemblyAliasValue Property

Gets the assembly name defined in the source .resx file if TypeName contains an assembly alias name, or , if TypeName contains the assembly qualified name. If the resource does not contain the .resx information (that is, if the ResXDataNode was created from an object or the raw .resx data was removed on a GetValue call), then this property returns .

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public string? AssemblyAliasValue { get; }

Property Value

String

See Also