C# Класс Steamworks.DllCheck

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CheckSteamAPIDLL ( ) : bool
GetModuleFileName ( IntPtr hModule, StringBuilder strFullPath, int nSize ) : int
GetModuleHandle ( string lpModuleName ) : IntPtr

Описание методов

Test() публичный статический Метод

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
Результат bool