mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 12:53:23 +08:00
[ 0.3.x] added : systemVersion.servicePack property
git-svn-id: https://pykd.svn.codeplex.com/svn@90210 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
9184e67a44
commit
58e04d9b39
@ -801,10 +801,15 @@ BOOST_PYTHON_MODULE( pykd )
|
|||||||
"Major version number of the target's operating system")
|
"Major version number of the target's operating system")
|
||||||
.def_readonly( "win32Minor", &kdlib::SystemInfo::minorVersion,
|
.def_readonly( "win32Minor", &kdlib::SystemInfo::minorVersion,
|
||||||
"Minor version number of the target's operating system")
|
"Minor version number of the target's operating system")
|
||||||
//.def_readonly( "buildNumber", &SystemVersion::buildNumber,
|
.def_readonly("servicePack", &kdlib::SystemInfo::servicePackNumber,
|
||||||
// "Build number for the target's operating system")
|
"Service Pack Number" )
|
||||||
|
.def_readonly("buildNumber", &kdlib::SystemInfo::buildNumber,
|
||||||
|
"Build number for the target's operating system")
|
||||||
.def_readonly( "buildString", &kdlib::SystemInfo::buildDescription,
|
.def_readonly( "buildString", &kdlib::SystemInfo::buildDescription,
|
||||||
"String that identifies the build of the system")
|
"String that identifies the build of the system")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//.def_readonly( "servicePackString", &SystemVersion::servicePackString,
|
//.def_readonly( "servicePackString", &SystemVersion::servicePackString,
|
||||||
// "String for the service pack level of the target computer")
|
// "String for the service pack level of the target computer")
|
||||||
//.def_readonly( "isCheckedBuild", &SystemVersion::isCheckedBuild,
|
//.def_readonly( "isCheckedBuild", &SystemVersion::isCheckedBuild,
|
||||||
|
Loading…
Reference in New Issue
Block a user