Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CsDebugScript
ModuleVersion
C# 클래스 CsDebugScript.ModuleVersion
Represents the version of a Module.
파일 보기
프로젝트 열기: southpolenator/WinDbgCs
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
Major
int
Minor
int
Patch
int
Revision
int
공개 메소드들
메소드
설명
ToString
( ) :
string
Returns a
System.String
that represents this instance.
메소드 상세
ToString()
공개
메소드
Returns a
System.String
that represents this instance.
public
ToString
( ) :
string
리턴
string
프로퍼티 상세
Major
공개적으로 프로퍼티
In a version 'A.B.C.D', this field represents 'A'.
public
int
Major
리턴
int
Minor
공개적으로 프로퍼티
In a version 'A.B.C.D', this field represents 'B'.
public
int
Minor
리턴
int
Patch
공개적으로 프로퍼티
In a version 'A.B.C.D', this field represents 'D'.
public
int
Patch
리턴
int
Revision
공개적으로 프로퍼티
In a version 'A.B.C.D', this field represents 'C'.
public
int
Revision
리턴
int