Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Assembly::GetSatelliteAssembly Method (CultureInfo^)

 

Gets the satellite assembly for the specified culture.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual Assembly^ GetSatelliteAssembly(
	CultureInfo^ culture
)

Parameters

culture
Type: System.Globalization::CultureInfo^

The specified culture.

Return Value

Type: System.Reflection::Assembly^

The specified satellite assembly.

Exception Condition
ArgumentNullException

culture is null.

FileNotFoundException

The assembly cannot be found.

FileLoadException

The satellite assembly with a matching file name was found, but the CultureInfo did not match the one specified.

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 this method to use your current assembly version.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft