ResourceManager.GetSatelliteContractVersion Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the Version specified by the SatelliteContractVersionAttribute attribute in the given assembly.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- a
- Type: System.Reflection.Assembly
The assembly for which to look up the SatelliteContractVersionAttribute attribute.
Return Value
Type: System.VersionThe satellite contract Version of the given assembly, or null if no version was found.
| Exception | Condition |
|---|---|
| ArgumentException | The Version found in the assembly a is invalid. |
| ArgumentNullException | a is null. |
For more information about satellite assembly versioning, see SatelliteContractVersionAttribute.
Show: