Assembly.GetSatelliteAssembly Method (CultureInfo, Version)
Gets the specified version of the satellite assembly for the specified culture.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Parameters
- culture
- Type: System.Globalization.CultureInfo
The specified culture.
- version
- Type: System.Version
The version of the satellite assembly.
Implements
_Assembly.GetSatelliteAssembly(CultureInfo, Version)| Exception | Condition |
|---|---|
| ArgumentNullException | culture is null. |
| FileLoadException | The satellite assembly with a matching file name was found, but the CultureInfo or the version did not match the one specified. |
| FileNotFoundException | The assembly cannot be found. |
| BadImageFormatException | The satellite assembly is not a valid assembly. |
Satellite assemblies contain localized resources, as distinct from main application assemblies, which contain non-localizable executable code and resources for a single culture that serve as the default or neutral culture.
Call the GetSatelliteAssembly(CultureInfo) overload to use your current assembly version.
If version is null, the current assembly version is used if both the resource and main assemblies are signed.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.