libReloaded-Networking
2.0.0
dotnet add package libReloaded-Networking --version 2.0.0
NuGet\Install-Package libReloaded-Networking -Version 2.0.0
<PackageReference Include="libReloaded-Networking" Version="2.0.0" />
paket add libReloaded-Networking --version 2.0.0
#r "nuget: libReloaded-Networking, 2.0.0"
// Install libReloaded-Networking as a Cake Addin #addin nuget:?package=libReloaded-Networking&version=2.0.0 // Install libReloaded-Networking as a Cake Tool #tool nuget:?package=libReloaded-Networking&version=2.0.0
Contains classes used for packing and unpacking messages relayed by to and from Reloaded Mod Loader components such as Reloaded Assembler and Reloaded Mods.
Feel free to reuse for your networking mods.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on libReloaded-Networking:
Package | Downloads |
---|---|
libReloaded
The main library for the development of Reloaded Mod Loader Modifications. Provides you with JIT X86/64 Assembly, Memory Buffers, X86/64 Function Calling, X86/64 Function Hooking, X86/64 Custom Function Hooking (Usercall/Userpurge), X86/64 Function Pointers, Virtual Function Table Hooking/Calling, Native Array Utilities, Pattern/Signature Scanning, Reading/Writing Memory, Memory Page Management, Easy DLL Injector, Thread Management and more. |
|
Reloaded-Assembler
Reloaded-Assembler is a background running service that communicates with Reloaded mods LOCALLY over WebSockets. It allows for on the fly X86 and X64 assembly and is used by Reloaded libraries for features such as hooking functions. Note that this executable is embedded into libReloaded on build and does not need to be manually referenced/downloaded. |
GitHub repositories
This package is not used by any popular GitHub repositories.