다음을 통해 공유


Version 멤버

공용 언어 런타임 어셈블리에 대한 버전 번호를 나타냅니다. 이 클래스는 상속될 수 없습니다.

다음 표에서는 Version 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 생성자

  이름 설명
Public method Supported by the .NET Compact Framework Version 오버로드되었습니다. 지정된 주 버전, 부 버전, 빌드 버전 및 수정 버전 번호를 사용하여 Version 클래스의 새 인스턴스를 초기화합니다.

위쪽

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework Build 현재 Version 개체에 대한 버전 번호의 빌드 버전 구성 요소 값을 가져옵니다.
Public property Supported by the .NET Compact Framework Major 현재 Version 개체에 대한 버전 번호의 주 버전 구성 요소 값을 가져옵니다.
Public property MajorRevision 수정 버전 번호의 상위 16비트를 가져옵니다.
Public property Supported by the .NET Compact Framework Minor 현재 Version 개체에 대한 버전 번호의 부 버전 구성 요소 값을 가져옵니다.
Public property MinorRevision 수정 버전 번호의 하위 16비트를 가져옵니다.
Public property Supported by the .NET Compact Framework Revision 현재 Version 개체에 대한 버전 번호의 수정 버전 구성 요소 값을 가져옵니다.

위쪽

Public 메서드

  이름 설명
Public method Supported by the .NET Compact Framework Clone 현재 Version 개체와 같은 값을 갖는 새 Version 개체를 반환합니다.
Public method Supported by the .NET Compact Framework CompareTo 오버로드되었습니다. 현재 Version 개체를 지정된 개체나 Version과 비교하여 상대 값의 표시를 반환합니다.
Public method Supported by the .NET Compact Framework Equals 오버로드되었습니다. 재정의되었습니다. 두 가지 Version 개체의 값이 같은지 여부를 나타내는 값을 반환합니다.
Public method Supported by the .NET Compact Framework GetHashCode 재정의되었습니다. 현재 Version 개체의 해시 코드를 반환합니다.
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Static Supported by the .NET Compact Framework op_Equality 지정된 두 가지 Version 개체가 같은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_GreaterThan 지정된 첫 번째 Version 개체가 지정된 두 번째 Version 개체보다 큰지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_GreaterThanOrEqual 지정된 첫 번째 Version 개체가 지정된 두 번째 Version 개체보다 크거나 같은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_Inequality 지정된 두 가지 Version 개체가 같지 않은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_LessThan 지정된 첫 번째 Version 개체가 지정된 두 번째 Version 개체보다 작은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_LessThanOrEqual 지정된 첫 번째 Version 개체가 두 번째 Version 개체보다 작거나 같은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework ToString 오버로드되었습니다. 재정의되었습니다. 현재 Version 개체의 값을 해당하는 String 표현으로 변환합니다.

위쪽

참고 항목

참조

Version 클래스
System 네임스페이스