Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the satellite assembly for the specified culture.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Function GetSatelliteAssembly ( _
culture As CultureInfo _
) As Assembly
public Assembly GetSatelliteAssembly(
CultureInfo culture
)
public:
Assembly^ GetSatelliteAssembly(
CultureInfo^ culture
)
member GetSatelliteAssembly :
culture:CultureInfo -> Assembly
public function GetSatelliteAssembly(
culture : CultureInfo
) : Assembly
Parameters
- culture
Type: System.Globalization. . :: . .CultureInfo
The specified culture.
Return Value
Type: System.Reflection. . :: . .Assembly
The specified satellite assembly.
Remarks
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 Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.