C# 클래스 Valve.Steamworks.CSteamAppList

상속: ISteamAppList
파일 보기 프로젝트 열기: kronosaur/Transcendence

공개 메소드들

메소드 설명
CSteamAppList ( IntPtr SteamAppList )
GetAppBuildId ( uint nAppID ) : int
GetAppInstallDir ( uint nAppID, string pchDirectory, int cchNameMax ) : int
GetAppName ( uint nAppID, System pchName, int cchNameMax ) : int
GetInstalledApps ( uint &pvecAppID, uint unMaxAppIDs ) : uint
GetIntPtr ( ) : IntPtr
GetNumInstalledApps ( ) : uint

비공개 메소드들

메소드 설명
CheckIfUsable ( ) : void

메소드 상세

CSteamAppList() 공개 메소드

public CSteamAppList ( IntPtr SteamAppList )
SteamAppList System.IntPtr

GetAppBuildId() 공개 메소드

public GetAppBuildId ( uint nAppID ) : int
nAppID uint
리턴 int

GetAppInstallDir() 공개 메소드

public GetAppInstallDir ( uint nAppID, string pchDirectory, int cchNameMax ) : int
nAppID uint
pchDirectory string
cchNameMax int
리턴 int

GetAppName() 공개 메소드

public GetAppName ( uint nAppID, System pchName, int cchNameMax ) : int
nAppID uint
pchName System
cchNameMax int
리턴 int

GetInstalledApps() 공개 메소드

public GetInstalledApps ( uint &pvecAppID, uint unMaxAppIDs ) : uint
pvecAppID uint
unMaxAppIDs uint
리턴 uint

GetIntPtr() 공개 메소드

public GetIntPtr ( ) : IntPtr
리턴 System.IntPtr

GetNumInstalledApps() 공개 메소드

public GetNumInstalledApps ( ) : uint
리턴 uint