C# Class Steamworks.DllCheck

Afficher le fichier Open project: rlabrecque/Steamworks.NET Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

Test() public static méthode

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
Résultat bool