Show / Hide Table of Contents

Class PlayerDiagnosticInfo

Inheritance
object
EventArgs
PlayerDiagnosticInfo
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PlayerDiagnosticInfo : EventArgs

Constructors

| Edit this page View Source

PlayerDiagnosticInfo(uint, string)

Declaration
public PlayerDiagnosticInfo(uint level, string message)
Parameters
Type Name Description
uint level
string message

Properties

| Edit this page View Source

Level

Declaration
public uint Level { get; }
Property Value
Type Description
uint
| Edit this page View Source

Message

Declaration
public string Message { get; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX