Show / Hide Table of Contents

Class BruteForceFinishedEventArgs

Event information after an the BruteForce hack has finished.

Inheritance
object
BruteForceFinishedEventArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: LemonUI.Scaleform
Assembly: LemonUI.SHVDN3.dll
Syntax
public class BruteForceFinishedEventArgs

Properties

View Source

Status

The final status of the Hack.

Declaration
public BruteForceStatus Status { get; }
Property Value
Type Description
BruteForceStatus
  • View Source
In this article
Back to top Generated by DocFX