Show / Hide Table of Contents

Class PlayerACInfoArgs

Inheritance
object
EventArgs
PlayerACInfoArgs
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 PlayerACInfoArgs : EventArgs

Constructors

| Edit this page View Source

PlayerACInfoArgs(IEnumerable<byte>, uint, string, string)

Declaration
public PlayerACInfoArgs(IEnumerable<byte> detectedACList, uint d3d9Size, string d3d9MD5, string d3d9SHA256)
Parameters
Type Name Description
IEnumerable<byte> detectedACList
uint d3d9Size
string d3d9MD5
string d3d9SHA256

Properties

| Edit this page View Source

D3D9MD5

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

D3D9SHA256

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

D3D9Size

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

DetectedACList

Declaration
public IEnumerable<byte> DetectedACList { get; }
Property Value
Type Description
IEnumerable<byte>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX