ENet Class Library for C#

Library.Initialize Method

Throws an exception if the ENet native library cannot be loaded. ENet is now automatically initialized, so it is no longer strictly necessary to call this function.

[Visual Basic]
Public Shared Sub Initialize()
[C#]
public static void Initialize();

Exceptions

Exception Type Condition
ENetException The native library cannot be loaded.

See Also

Library Class | ENet Namespace