_Assembly.GetSatelliteAssembly Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides COM objects with version-independent access to the GetSatelliteAssembly methods.
Overloads
GetSatelliteAssembly(CultureInfo, Version) |
Provides COM objects with version-independent access to the GetSatelliteAssembly(CultureInfo, Version) method. |
GetSatelliteAssembly(CultureInfo) |
Provides COM objects with version-independent access to the GetSatelliteAssembly(CultureInfo) method. |
Remarks
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The GetSatelliteAssembly methods get the satellite assembly.
GetSatelliteAssembly(CultureInfo, Version)
Provides COM objects with version-independent access to the GetSatelliteAssembly(CultureInfo, Version) method.
public:
System::Reflection::Assembly ^ GetSatelliteAssembly(System::Globalization::CultureInfo ^ culture, Version ^ version);
public System.Reflection.Assembly GetSatelliteAssembly (System.Globalization.CultureInfo culture, Version version);
abstract member GetSatelliteAssembly : System.Globalization.CultureInfo * Version -> System.Reflection.Assembly
Public Function GetSatelliteAssembly (culture As CultureInfo, version As Version) As Assembly
Parameters
- culture
- CultureInfo
The specified culture.
- version
- Version
The version of the satellite assembly.
Returns
The specified satellite assembly.
Remarks
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The GetSatelliteAssembly method gets the specified version of the satellite assembly for the specified culture.
See also
Applies to
GetSatelliteAssembly(CultureInfo)
Provides COM objects with version-independent access to the GetSatelliteAssembly(CultureInfo) method.
public:
System::Reflection::Assembly ^ GetSatelliteAssembly(System::Globalization::CultureInfo ^ culture);
public System.Reflection.Assembly GetSatelliteAssembly (System.Globalization.CultureInfo culture);
abstract member GetSatelliteAssembly : System.Globalization.CultureInfo -> System.Reflection.Assembly
Public Function GetSatelliteAssembly (culture As CultureInfo) As Assembly
Parameters
- culture
- CultureInfo
The specified culture.
Returns
The specified satellite assembly.
Remarks
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The GetSatelliteAssembly method gets the satellite assembly for the specified culture.