C# Class DarkAgent_Client.src.Network.DataNetwork.Packets.Send.S_GetProcessDLLs

Inheritance: SendBasePacket
Show file Open project: x1234xx/RatSources

Public Methods

Method Description
S_GetProcessDLLs ( ClientConnect client, ProcessDllInfo info ) : System

Protected Methods

Method Description
Write ( ) : void

Method Details

S_GetProcessDLLs() public method

public S_GetProcessDLLs ( ClientConnect client, ProcessDllInfo info ) : System
client ClientConnect
info ProcessDllInfo
return System

Write() protected method

protected Write ( ) : void
return void