ResourceManager.GetSatelliteContractVersion(Assembly) 메서드

정의

지정된 어셈블리의 SatelliteContractVersionAttribute 특성으로 지정된 버전을 반환합니다.

protected:
 static Version ^ GetSatelliteContractVersion(System::Reflection::Assembly ^ a);
protected static Version? GetSatelliteContractVersion (System.Reflection.Assembly a);
protected static Version GetSatelliteContractVersion (System.Reflection.Assembly a);
static member GetSatelliteContractVersion : System.Reflection.Assembly -> Version
Protected Shared Function GetSatelliteContractVersion (a As Assembly) As Version

매개 변수

a
Assembly

SatelliteContractVersionAttribute 특성을 확인할 어셈블리입니다.

반환

지정된 어셈블리의 위성 계약 버전이거나 버전이 없는 경우 null입니다.

예외

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

a이(가) null인 경우

설명

위성 어셈블리 버전 관리에 대한 자세한 내용은 참조 항목을 참조 SatelliteContractVersionAttribute 하세요.

적용 대상

추가 정보