Method | Description | |
---|---|---|
GetPackageItemDataId ( this debugSession, String packageName, String itemName ) : String | ||
GetPackageItemString ( this debugSession, String itemDataId ) : String | ||
GetPostPackageName ( this debugSession ) : String | ||
WriteLogEntries ( this debugSession, int lastLogMessageId = -1 ) : int |
public static GetPackageItemDataId ( this debugSession, String packageName, String itemName ) : String | ||
debugSession | this | |
packageName | String | |
itemName | String | |
return | String |
public static GetPackageItemString ( this debugSession, String itemDataId ) : String | ||
debugSession | this | |
itemDataId | String | |
return | String |
public static GetPostPackageName ( this debugSession ) : String | ||
debugSession | this | |
return | String |
public static WriteLogEntries ( this debugSession, int lastLogMessageId = -1 ) : int | ||
debugSession | this | |
lastLogMessageId | int | |
return | int |