iw4madminapplicationapigamelogserver LogInfo - RaidMax/IW4M-Admin GitHub Wiki
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](/RaidMax/IW4M-Admin/wiki/LogInfo)
end
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
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