C# Class GooglePlayServices.CommandLine.Result

Result from Run().
Mostra file Open project: googlesamples/unity-jar-resolver Class Usage Examples

Public Properties

Property Type Description
exitCode int
stderr string
stdout string

Property Details

exitCode public_oe property

public int exitCode
return int

stderr public_oe property

public string stderr
return string

stdout public_oe property

public string stdout
return string