System::Version::Version constructor
내용물
[
숨다
]Version::Version() constructor
버전 번호 0.0.-1.-1을 나타내는 인스턴스를 생성합니다.
System::Version::Version()
또 보기
- Class Version
- Namespace System
- Library Aspose.Page for C++
Version::Version(const String&) constructor
문자열로 표현된 버전 번호를 나타내는 인스턴스를 생성합니다.
System::Version::Version(const String &version)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 버전 | const String& | 버전 번호를 포함하는 문자열 |
또 보기
- Class String
- Class Version
- Namespace System
- Library Aspose.Page for C++
Version::Version(int, int) constructor
지정된 주와 값을 나타내는 인스턴스를 생성합니다.
System::Version::Version(int major, int minor)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| major | int | 주 버전 번호 |
| minor | int | 부 버전 번호 |
또 보기
- Class Version
- Namespace System
- Library Aspose.Page for C++
Version::Version(int, int, int) constructor
지정된 주, 부 및 빌드 값을 나타내는 인스턴스를 생성합니다.
System::Version::Version(int major, int minor, int build)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| major | int | 주 버전 번호 |
| minor | int | 부 버전 번호 |
| build | int | 빌드 번호 |
또 보기
- Class Version
- Namespace System
- Library Aspose.Page for C++
Version::Version(int, int, int, int) constructor
지정된 주, 부, 빌드 및 리비전 값을 나타내는 인스턴스를 생성합니다.
System::Version::Version(int major, int minor, int build, int revision)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| major | int | 주 버전 번호 |
| minor | int | 부 버전 번호 |
| build | int | 빌드 번호 |
| revision | int | 수정 번호 |
또 보기
- Class Version
- Namespace System
- Library Aspose.Page for C++