Class PlayerACInfoArgs
Inheritance
PlayerACInfoArgs
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
Properties
|
Edit this page
View Source
D3D9MD5
Declaration
public string D3D9MD5 { get; }
Property Value
|
Edit this page
View Source
D3D9SHA256
Declaration
public string D3D9SHA256 { get; }
Property Value
|
Edit this page
View Source
D3D9Size
Declaration
public uint D3D9Size { get; }
Property Value
|
Edit this page
View Source
DetectedACList
Declaration
public IEnumerable<byte> DetectedACList { get; }
Property Value