ResourceManager.GetSatelliteContractVersion Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Returns the Version specified by the SatelliteContractVersionAttribute attribute in the given assembly.
Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Protected Shared Function GetSatelliteContractVersion ( _
a As Assembly _
) As Version
protected static Version GetSatelliteContractVersion(
Assembly a
)
Parameters
- a
Type: System.Reflection.Assembly
The assembly for which to look up the SatelliteContractVersionAttribute attribute.
Return Value
Type: System.Version
The satellite contract Version of the given assembly, or nulla null reference (Nothing in Visual Basic) if no version was found.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The Version found in the assembly a is invalid. |
ArgumentNullException | a is null. |
Remarks
For more information about satellite assembly versioning, see SatelliteContractVersionAttribute.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also