Table of Contents

Struct ObscuredFileWriteResult

Namespace
CodeStage.AntiCheat.Storage
Assembly
Build.dll

Contains ObscuredFile write operation results.

public readonly struct ObscuredFileWriteResult

Properties

Error

Contains specific error in case Success is not true but IsValid is true.

public ObscuredFileError Error { get; }

Property Value

ObscuredFileError

IsValid

Returns true if this struct was filled with actual data, otherwise will stay false.

public bool IsValid { get; }

Property Value

bool

Success

Returns true in case operation had no errors.

public bool Success { get; }

Property Value

bool

Methods

ToString()

Returns contents of this operation result.

public override string ToString()

Returns

string

Human-readable operation result.