Tao.Sdl SDK Documentation |
|
Sdl.SDL_UnloadObject Method
Unload a shared object from memory
[Visual Basic]
Public Shared Sub SDL_UnloadObject( _
ByVal
handle As
IntPtr _
)
[C#]
public static
void SDL_UnloadObject(
IntPtr handle);
Parameters
-
handle
- Object handle
Remarks
Binds to C-function in SDL_loadso.h
extern DECLSPEC void * SDLCALL SDL_UnloadObject(void *handle)
See Also
Sdl Class | Tao.Sdl Namespace | SDL_LoadFunction | SDL_LoadObject