Tao.Sdl SDK Documentation

SdlNet.SDLNet_Linked_Version Method 

Using this you can compare the runtime version to the version that you compiled with.

[Visual Basic]
Public Shared Function SDLNet_Linked_Version() As SDL_version
[C#]
public static SDL_version SDLNet_Linked_Version();

Return Value

This function gets the version of the dynamically linked SDL_net library in an Sdl.SDL_version struct.

Remarks

Binds to C-function call in SDL_net.h:

const SDL_version * SDLNet_Linked_Version(void)

See Also

SdlNet Class | Tao.Sdl Namespace