Struct PlayerInfo
Inherited Members
Namespace: SociallyDistant.Core.Modules
Assembly: SociallyDistant.Framework.dll
Syntax
public struct PlayerInfo
Fields
Comment
Declaration
public string Comment
Field Value
| Type | Description |
|---|---|
| string |
HostName
Declaration
public string HostName
Field Value
| Type | Description |
|---|---|
| string |
LastPlayed
Declaration
public DateTime LastPlayed
Field Value
| Type | Description |
|---|---|
| DateTime |
Name
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| string |
PlayerGender
Declaration
public Gender PlayerGender
Field Value
| Type | Description |
|---|---|
| Gender |
UserName
Declaration
public string UserName
Field Value
| Type | Description |
|---|---|
| string |
Methods
ToXml()
Declaration
public string ToXml()
Returns
| Type | Description |
|---|---|
| string |
TryGetFromXml(string, out PlayerInfo)
Declaration
public static bool TryGetFromXml(string xml, out PlayerInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| string | xml | |
| PlayerInfo | info |
Returns
| Type | Description |
|---|---|
| bool |