C# Class Steamworks.DllCheck

Exibir arquivo Open project: rlabrecque/Steamworks.NET Class Usage Examples

Public Methods

Method Description
Test ( ) : bool

This is an optional runtime check to ensure that the dlls are the correct version. Returns false only if the steam_api.dll is found and it's the wrong size or version number.

Private Methods

Method Description
CheckSteamAPIDLL ( ) : bool
GetModuleFileName ( IntPtr hModule, StringBuilder strFullPath, int nSize ) : int
GetModuleHandle ( string lpModuleName ) : IntPtr

Method Details

Test() public static method

This is an optional runtime check to ensure that the dlls are the correct version. Returns false only if the steam_api.dll is found and it's the wrong size or version number.
public static Test ( ) : bool
return bool