다음을 통해 공유


ResourceManager.GetSatelliteContractVersion 메서드

지정된 어셈블리의 SatelliteContractVersionAttribute에서 지정한 Version을 반환합니다.

네임스페이스: System.Resources
어셈블리: mscorlib(mscorlib.dll)

구문

‘선언
Protected Shared Function GetSatelliteContractVersion ( _
    a As Assembly _
) As Version
‘사용 방법
Dim a As Assembly
Dim returnValue As Version

returnValue = ResourceManager.GetSatelliteContractVersion(a)
protected static Version GetSatelliteContractVersion (
    Assembly a
)
protected:
static Version^ GetSatelliteContractVersion (
    Assembly^ a
)
protected static Version GetSatelliteContractVersion (
    Assembly a
)
protected static function GetSatelliteContractVersion (
    a : Assembly
) : Version

매개 변수

반환 값

지정된 어셈블리의 위성 계약 Version이거나 버전이 없는 경우 Null 참조(Visual Basic의 경우 Nothing)입니다.

예외

예외 형식 조건

ArgumentException

a 어셈블리에 있는 Version이 잘못된 경우

설명

위성 어셈블리의 버전 관리에 대한 자세한 내용은 SatelliteContractVersionAttribute를 참조하십시오.

.NET Framework 보안

플랫폼

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

.NET Compact Framework

2.0, 1.0에서 지원

참고 항목

참조

ResourceManager 클래스
ResourceManager 멤버
System.Resources 네임스페이스
SatelliteContractVersionAttribute