Skip to content

iw4madminapplicationapigamelogserver LogInfo

RaidMax edited this page May 21, 2023 · 1 revision

LogInfo Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application.API.GameLogServer
  IW4MAdmin.Application.API.GameLogServer.LogInfo[[LogInfo]]
  end
Loading

Members

Properties

Public properties

Type Name Methods
string Data get, set
int Length get, set
string NextKey get, set
bool Success get, set

Details

Constructors

LogInfo

Source code

public LogInfo()

Properties

Success

public bool Success { get; set; }

Length

public int Length { get; set; }

Data

public string Data { get; set; }

NextKey

public string NextKey { get; set; }

Generated with ModularDoc

Clone this wiki locally