C# Class MonoDevelop.Debugger.Soft.Unity.PlayerConnection.PlayerInfo

Afficher le fichier Open project: Tak/MonoDevelop.Debugger.Soft.Unity Class Usage Examples

Méthodes publiques

Свойство Type Description
m_AllowDebugging bool
m_EditorGuid System.UInt32
m_Flags System.UInt32
m_Guid System.UInt32
m_IPEndPoint System.Net.IPEndPoint
m_Id string
m_Version System.Int32

Méthodes publiques

Méthode Description
Parse ( string playerString ) : PlayerInfo
ToString ( ) : string

Method Details

Parse() public static méthode

public static Parse ( string playerString ) : PlayerInfo
playerString string
Résultat PlayerInfo

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

m_AllowDebugging public_oe property

public bool m_AllowDebugging
Résultat bool

m_EditorGuid public_oe property

public UInt32,System m_EditorGuid
Résultat System.UInt32

m_Flags public_oe property

public UInt32,System m_Flags
Résultat System.UInt32

m_Guid public_oe property

public UInt32,System m_Guid
Résultat System.UInt32

m_IPEndPoint public_oe property

public IPEndPoint,System.Net m_IPEndPoint
Résultat System.Net.IPEndPoint

m_Id public_oe property

public string m_Id
Résultat string

m_Version public_oe property

public Int32,System m_Version
Résultat System.Int32