C# 클래스 Steamworks.DllCheck

파일 보기 프로젝트 열기: rlabrecque/Steamworks.NET 1 사용 예제들

공개 메소드들

메소드 설명
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