Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
CsDebugScript
ModuleVersion
C# Class CsDebugScript.ModuleVersion
Represents the version of a Module.
Mostra file
Open project: southpolenator/WinDbgCs
Class Usage Examples
Public Properties
Property
Type
Description
Major
int
Minor
int
Patch
int
Revision
int
Public Methods
Method
Description
ToString
( ) :
string
Returns a
System.String
that represents this instance.
Method Details
ToString()
public
method
Returns a
System.String
that represents this instance.
public
ToString
( ) :
string
return
string
Property Details
Major
public_oe property
In a version 'A.B.C.D', this field represents 'A'.
public
int
Major
return
int
Minor
public_oe property
In a version 'A.B.C.D', this field represents 'B'.
public
int
Minor
return
int
Patch
public_oe property
In a version 'A.B.C.D', this field represents 'D'.
public
int
Patch
return
int
Revision
public_oe property
In a version 'A.B.C.D', this field represents 'C'.
public
int
Revision
return
int