Method | Description | |
---|---|---|
Decrypt ( this text ) : string | ||
Encrypt ( this text ) : string | ||
SetLastPythonFunction ( this log, string function ) : void | ||
SetRunningGame ( this log, string gameName, System.Guid gameId, System.Version gameVersion ) : void | ||
SetUserName ( this log, string username ) : void | ||
Sha1 ( this text ) : string | ||
ToInt ( this guid ) : int | ||
With ( this input ) : string |
Provides a cleaner method of string concatenation. (i.e. "Name {0}".With(firstName)
|
public static SetLastPythonFunction ( this log, string function ) : void | ||
log | this | |
function | string | |
return | void |
public static SetRunningGame ( this log, string gameName, System.Guid gameId, System.Version gameVersion ) : void | ||
log | this | |
gameName | string | |
gameId | System.Guid | |
gameVersion | System.Version | |
return | void |
public static SetUserName ( this log, string username ) : void | ||
log | this | |
username | string | |
return | void |