SYMBOL INDEX (229 symbols across 60 files) FILE: SAM.API/CallHandle.cs type CallHandle (line 25) | public enum CallHandle : ulong FILE: SAM.API/Callback.cs class Callback (line 28) | public abstract class Callback : ICallback method Run (line 37) | public void Run(IntPtr param) method Run (line 53) | public void Run(IntPtr pvParam) class Callback (line 43) | public abstract class Callback : ICallback method Run (line 37) | public void Run(IntPtr param) method Run (line 53) | public void Run(IntPtr pvParam) FILE: SAM.API/Callbacks/AppDataChanged.cs class AppDataChanged (line 25) | public class AppDataChanged : Callback FILE: SAM.API/Callbacks/UserStatsReceived.cs class UserStatsReceived (line 25) | public class UserStatsReceived : Callback FILE: SAM.API/Client.cs class Client (line 30) | public class Client : IDisposable method Initialize (line 45) | public void Initialize(long appId) method Dispose (line 97) | protected virtual void Dispose(bool disposing) method Dispose (line 119) | public void Dispose() method CreateAndRegisterCallback (line 125) | public TCallback CreateAndRegisterCallback() method RunCallbacks (line 135) | public void RunCallbacks(bool server) FILE: SAM.API/ClientInitializeException.cs class ClientInitializeException (line 26) | public class ClientInitializeException : Exception method ClientInitializeException (line 30) | public ClientInitializeException(ClientInitializeFailure failure) method ClientInitializeException (line 35) | public ClientInitializeException(ClientInitializeFailure failure, stri... method ClientInitializeException (line 41) | public ClientInitializeException(ClientInitializeFailure failure, stri... FILE: SAM.API/ClientInitializeFailure.cs type ClientInitializeFailure (line 24) | public enum ClientInitializeFailure : byte FILE: SAM.API/ICallback.cs type ICallback (line 27) | public interface ICallback method Run (line 31) | void Run(IntPtr param); FILE: SAM.API/INativeWrapper.cs type INativeWrapper (line 27) | public interface INativeWrapper method SetupFunctions (line 29) | void SetupFunctions(IntPtr objectAddress); FILE: SAM.API/Interfaces/ISteamApps001.cs type ISteamApps001 (line 28) | [StructLayout(LayoutKind.Sequential, Pack = 1)] FILE: SAM.API/Interfaces/ISteamApps008.cs type ISteamApps008 (line 28) | [StructLayout(LayoutKind.Sequential, Pack = 1)] FILE: SAM.API/Interfaces/ISteamClient018.cs type ISteamClient018 (line 28) | [StructLayout(LayoutKind.Sequential, Pack = 1)] FILE: SAM.API/Interfaces/ISteamUser012.cs type ISteamUser012 (line 28) | [StructLayout(LayoutKind.Sequential, Pack = 1)] FILE: SAM.API/Interfaces/ISteamUserStats013.cs class ISteamUserStats013 (line 28) | [StructLayout(LayoutKind.Sequential, Pack = 1)] FILE: SAM.API/Interfaces/ISteamUtils005.cs type ISteamUtils005 (line 28) | [StructLayout(LayoutKind.Sequential, Pack = 1)] FILE: SAM.API/NativeClass.cs type NativeClass (line 28) | [StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Ansi)] FILE: SAM.API/NativeStrings.cs class NativeStrings (line 30) | internal class NativeStrings class StringHandle (line 32) | public sealed class StringHandle : SafeHandleZeroOrMinusOneIsInvalid method StringHandle (line 34) | internal StringHandle(IntPtr preexistingHandle, bool ownsHandle) method ReleaseHandle (line 45) | protected override bool ReleaseHandle() method StringToStringHandle (line 58) | public static unsafe StringHandle StringToStringHandle(string value) method PointerToString (line 74) | public static unsafe string PointerToString(sbyte* bytes) method PointerToString (line 97) | public static unsafe string PointerToString(byte* bytes) method PointerToString (line 102) | public static unsafe string PointerToString(IntPtr nativeData) method PointerToString (line 107) | public static unsafe string PointerToString(sbyte* bytes, int length) method PointerToString (line 131) | public static unsafe string PointerToString(byte* bytes, int length) method PointerToString (line 136) | public static unsafe string PointerToString(IntPtr nativeData, int len... FILE: SAM.API/NativeWrapper.cs class NativeWrapper (line 29) | public abstract class NativeWrapper : INativeWrapper method ToString (line 34) | public override string ToString() method SetupFunctions (line 39) | public void SetupFunctions(IntPtr objectAddress) method GetDelegate (line 54) | protected Delegate GetDelegate(IntPtr pointer) method GetFunction (line 64) | protected TDelegate GetFunction(IntPtr pointer) method Call (line 70) | protected void Call(IntPtr pointer, params object[] args) method Call (line 75) | protected TReturn Call(IntPtr pointer, params obje... FILE: SAM.API/Steam.cs class Steam (line 30) | public static class Steam type Native (line 32) | private struct Native method GetProcAddress (line 34) | [DllImport("kernel32.dll", SetLastError = true, BestFitMapping = fal... method LoadLibraryEx (line 37) | [DllImport("kernel32.dll", SetLastError = true, CharSet = CharSet.Un... method SetDllDirectory (line 40) | [DllImport("kernel32.dll", SetLastError = true, CharSet = CharSet.Un... method GetExportDelegate (line 47) | private static Delegate GetExportDelegate(IntPtr module, st... method GetExportFunction (line 53) | private static TDelegate GetExportFunction(IntPtr module, s... method GetInstallPath (line 61) | public static string GetInstallPath() method CreateInterface (line 71) | public static TClass CreateInterface(string version) method GetCallback (line 92) | public static bool GetCallback(int pipe, out Types.CallbackMessage mes... method FreeLastCallback (line 103) | public static bool FreeLastCallback(int pipe) method Load (line 108) | public static bool Load() FILE: SAM.API/Types/AccountType.cs type AccountType (line 25) | public enum AccountType : int FILE: SAM.API/Types/AppDataChanged.cs type AppDataChanged (line 27) | [StructLayout(LayoutKind.Sequential, Pack = 1)] FILE: SAM.API/Types/CallbackMessage.cs type CallbackMessage (line 28) | [StructLayout(LayoutKind.Sequential, Pack = 1)] FILE: SAM.API/Types/ItemRequestResult.cs type ItemRequestResult (line 25) | public enum ItemRequestResult : int FILE: SAM.API/Types/UserItemsReceived.cs type UserItemsReceived (line 27) | [StructLayout(LayoutKind.Sequential, Pack = 1)] FILE: SAM.API/Types/UserStatType.cs type UserStatType (line 25) | public enum UserStatType FILE: SAM.API/Types/UserStatsReceived.cs type UserStatsReceived (line 27) | [StructLayout(LayoutKind.Sequential, Pack = 1)] FILE: SAM.API/Types/UserStatsStored.cs type UserStatsStored (line 27) | [StructLayout(LayoutKind.Sequential, Pack = 1)] FILE: SAM.API/Wrappers/SteamApps001.cs class SteamApps001 (line 29) | public class SteamApps001 : NativeWrapper method GetAppData (line 40) | public string GetAppData(uint appId, string key) FILE: SAM.API/Wrappers/SteamApps008.cs class SteamApps008 (line 29) | public class SteamApps008 : NativeWrapper method IsSubscribedApp (line 36) | public bool IsSubscribedApp(uint gameId) method GetCurrentGameLanguage (line 46) | public string GetCurrentGameLanguage() FILE: SAM.API/Wrappers/SteamClient018.cs class SteamClient018 (line 29) | public class SteamClient018 : NativeWrapper method CreateSteamPipe (line 35) | public int CreateSteamPipe() method ReleaseSteamPipe (line 46) | public bool ReleaseSteamPipe(int pipe) method CreateLocalUser (line 56) | public int CreateLocalUser(ref int pipe, Types.AccountType type) method ConnectToGlobalUser (line 67) | public int ConnectToGlobalUser(int pipe) method ReleaseUser (line 80) | public void ReleaseUser(int pipe, int user) method SetLocalIPBinding (line 90) | public void SetLocalIPBinding(uint host, ushort port) method GetISteamUser (line 100) | private TClass GetISteamUser(int user, int pipe, string version) method GetSteamUser012 (line 119) | public SteamUser012 GetSteamUser012(int user, int pipe) method GetISteamUserStats (line 129) | private TClass GetISteamUserStats(int user, int pipe, string v... method GetSteamUserStats013 (line 148) | public SteamUserStats013 GetSteamUserStats013(int user, int pipe) method GetISteamUtils (line 158) | public TClass GetISteamUtils(int pipe, string version) method GetSteamUtils004 (line 176) | public SteamUtils005 GetSteamUtils004(int pipe) method GetISteamApps (line 185) | private TClass GetISteamApps(int user, int pipe, string version) method GetSteamApps001 (line 203) | public SteamApps001 GetSteamApps001(int user, int pipe) method GetSteamApps008 (line 210) | public SteamApps008 GetSteamApps008(int user, int pipe) FILE: SAM.API/Wrappers/SteamUser012.cs class SteamUser012 (line 29) | public class SteamUser012 : NativeWrapper method IsLoggedIn (line 36) | public bool IsLoggedIn() method GetSteamId (line 46) | public ulong GetSteamId() FILE: SAM.API/Wrappers/SteamUserStats013.cs class SteamUserStats013 (line 29) | public class SteamUserStats013 : NativeWrapper method GetStatValue (line 36) | public bool GetStatValue(string name, out int value) method GetStatValue (line 51) | public bool GetStatValue(string name, out float value) method SetStatValue (line 66) | public bool SetStatValue(string name, int value) method SetStatValue (line 84) | public bool SetStatValue(string name, float value) method GetAchievement (line 105) | public bool GetAchievement(string name, out bool isAchieved) method SetAchievement (line 124) | public bool SetAchievement(string name, bool state) method GetAchievementAndUnlockTime (line 153) | public bool GetAchievementAndUnlockTime(string name, out bool isAchiev... method StoreStats (line 168) | public bool StoreStats() method GetAchievementIcon (line 178) | public int GetAchievementIcon(string name) method GetAchievementDisplayAttribute (line 194) | public string GetAchievementDisplayAttribute(string name, string key) method RequestUserStats (line 213) | public CallHandle RequestUserStats(ulong steamIdUser) method ResetAllStats (line 224) | public bool ResetAllStats(bool achievementsToo) FILE: SAM.API/Wrappers/SteamUtils005.cs class SteamUtils005 (line 29) | public class SteamUtils005 : NativeWrapper method GetConnectedUniverse (line 35) | public int GetConnectedUniverse() method GetIPCountry (line 45) | public string GetIPCountry() method GetImageSize (line 57) | public bool GetImageSize(int index, out int width, out int height) method GetImageRGBA (line 69) | public bool GetImageRGBA(int index, byte[] data) method GetAppId (line 84) | public uint GetAppId() FILE: SAM.Game/DoubleBufferedListView.cs class DoubleBufferedListView (line 27) | internal class DoubleBufferedListView : ListView method DoubleBufferedListView (line 29) | public DoubleBufferedListView() FILE: SAM.Game/InvariantShorthand.cs class InvariantShorthand (line 27) | public static class InvariantShorthand method _ (line 29) | public static string _(FormattableString formattable) FILE: SAM.Game/KeyValue.cs class KeyValue (line 30) | internal class KeyValue method AsString (line 61) | public string AsString(string defaultValue) method AsInteger (line 76) | public int AsInteger(int defaultValue) method AsFloat (line 112) | public float AsFloat(float defaultValue) method AsBoolean (line 148) | public bool AsBoolean(bool defaultValue) method ToString (line 184) | public override string ToString() method LoadAsBinary (line 199) | public static KeyValue LoadAsBinary(string path) method ReadAsBinary (line 224) | public bool ReadAsBinary(Stream input) FILE: SAM.Game/KeyValueType.cs type KeyValueType (line 25) | internal enum KeyValueType : byte FILE: SAM.Game/Manager.Designer.cs class Manager (line 3) | partial class Manager method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: SAM.Game/Manager.cs class Manager (line 37) | internal partial class Manager : Form method Manager (line 55) | public Manager(long gameId, API.Client client) method AddAchievementIcon (line 109) | private void AddAchievementIcon(Stats.AchievementInfo info, Image icon) method OnIconDownload (line 122) | private void OnIconDownload(object sender, DownloadDataCompletedEventA... method DownloadNextIcon (line 149) | private void DownloadNextIcon() method TranslateError (line 174) | private static string TranslateError(int id) => id switch method GetLocalizedString (line 180) | private static string GetLocalizedString(KeyValue kv, string language,... method LoadUserGameStatsSchema (line 206) | private bool LoadUserGameStatsSchema() method OnUserStatsReceived (line 367) | private void OnUserStatsReceived(APITypes.UserStatsReceived param) method RefreshStats (line 419) | private void RefreshStats() method GetAchievements (line 441) | private void GetAchievements() method GetStatistics (line 540) | private void GetStatistics() method AddAchievementToIconQueue (line 585) | private void AddAchievementToIconQueue(Stats.AchievementInfo info, boo... method StoreAchievements (line 605) | private int StoreAchievements() method StoreStatistics (line 647) | private int StoreStatistics() method DisableInput (line 701) | private void DisableInput() method EnableInput (line 707) | private void EnableInput() method OnTimer (line 713) | private void OnTimer(object sender, EventArgs e) method OnRefresh (line 720) | private void OnRefresh(object sender, EventArgs e) method OnLockAll (line 725) | private void OnLockAll(object sender, EventArgs e) method OnInvertAll (line 733) | private void OnInvertAll(object sender, EventArgs e) method OnUnlockAll (line 741) | private void OnUnlockAll(object sender, EventArgs e) method Store (line 749) | private bool Store() method OnStore (line 765) | private void OnStore(object sender, EventArgs e) method OnStatDataError (line 796) | private void OnStatDataError(object sender, DataGridViewDataErrorEvent... method OnStatAgreementChecked (line 818) | private void OnStatAgreementChecked(object sender, EventArgs e) method OnStatCellEndEdit (line 823) | private void OnStatCellEndEdit(object sender, DataGridViewCellEventArg... method OnResetAllStats (line 829) | private void OnResetAllStats(object sender, EventArgs e) method OnCheckAchievement (line 864) | private void OnCheckAchievement(object sender, ItemCheckEventArgs e) method OnDisplayUncheckedOnly (line 893) | private void OnDisplayUncheckedOnly(object sender, EventArgs e) method OnDisplayCheckedOnly (line 903) | private void OnDisplayCheckedOnly(object sender, EventArgs e) method OnFilterUpdate (line 913) | private void OnFilterUpdate(object sender, KeyEventArgs e) FILE: SAM.Game/Program.cs class Program (line 29) | internal static class Program method Main (line 31) | [STAThread] FILE: SAM.Game/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: SAM.Game/Stats/AchievementDefinition.cs class AchievementDefinition (line 25) | internal class AchievementDefinition method ToString (line 35) | public override string ToString() FILE: SAM.Game/Stats/AchievementInfo.cs class AchievementInfo (line 28) | internal class AchievementInfo FILE: SAM.Game/Stats/FloatStatDefinition.cs class FloatStatDefinition (line 25) | internal class FloatStatDefinition : StatDefinition FILE: SAM.Game/Stats/FloatStatInfo.cs class FloatStatInfo (line 25) | internal class FloatStatInfo : StatInfo FILE: SAM.Game/Stats/IntStatInfo.cs class IntStatInfo (line 25) | internal class IntStatInfo : StatInfo FILE: SAM.Game/Stats/IntegerStatDefinition.cs class IntegerStatDefinition (line 25) | internal class IntegerStatDefinition : StatDefinition FILE: SAM.Game/Stats/StatDefinition.cs class StatDefinition (line 25) | internal abstract class StatDefinition FILE: SAM.Game/Stats/StatFlags.cs type StatFlags (line 27) | [Flags] FILE: SAM.Game/Stats/StatInfo.cs class StatInfo (line 25) | internal abstract class StatInfo FILE: SAM.Game/Stats/StatIsProtectedException.cs class StatIsProtectedException (line 28) | [Serializable] method StatIsProtectedException (line 31) | public StatIsProtectedException() method StatIsProtectedException (line 35) | public StatIsProtectedException(string message) method StatIsProtectedException (line 40) | public StatIsProtectedException(string message, Exception innerException) method StatIsProtectedException (line 45) | protected StatIsProtectedException(SerializationInfo info, StreamingCo... FILE: SAM.Game/StreamHelpers.cs class StreamHelpers (line 31) | internal static class StreamHelpers method ReadValueU8 (line 33) | public static byte ReadValueU8(this Stream stream) method ReadValueS32 (line 38) | public static int ReadValueS32(this Stream stream) method ReadValueU32 (line 46) | public static uint ReadValueU32(this Stream stream) method ReadValueU64 (line 54) | public static ulong ReadValueU64(this Stream stream) method ReadValueF32 (line 62) | public static float ReadValueF32(this Stream stream) method ReadStringInternalDynamic (line 70) | internal static string ReadStringInternalDynamic(this Stream stream, E... method ReadStringAscii (line 105) | public static string ReadStringAscii(this Stream stream) method ReadStringUnicode (line 110) | public static string ReadStringUnicode(this Stream stream) FILE: SAM.Picker/GameInfo.cs class GameInfo (line 28) | internal class GameInfo method GameInfo (line 46) | public GameInfo(uint id, string type) FILE: SAM.Picker/GamePicker.Designer.cs class GamePicker (line 3) | partial class GamePicker method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: SAM.Picker/GamePicker.cs class GamePicker (line 40) | internal partial class GamePicker : Form method GamePicker (line 54) | public GamePicker(API.Client client) method OnAppDataChanged (line 81) | private void OnAppDataChanged(APITypes.AppDataChanged param) method DoDownloadList (line 99) | private void DoDownloadList(object sender, DoWorkEventArgs e) method OnDownloadList (line 133) | private void OnDownloadList(object sender, RunWorkerCompletedEventArgs e) method RefreshGames (line 146) | private void RefreshGames() method OnGameListViewRetrieveVirtualItem (line 193) | private void OnGameListViewRetrieveVirtualItem(object sender, Retrieve... method OnGameListViewSearchForVirtualItem (line 203) | private void OnGameListViewSearchForVirtualItem(object sender, SearchF... method DoDownloadLogo (line 252) | private void DoDownloadLogo(object sender, DoWorkEventArgs e) method OnDownloadLogo (line 276) | private void OnDownloadLogo(object sender, RunWorkerCompletedEventArgs e) method DownloadNextLogo (line 297) | private void DownloadNextLogo() method GetGameImageUrl (line 338) | private string GetGameImageUrl(uint id) method AddGameToLogoQueue (line 368) | private void AddGameToLogoQueue(GameInfo info) method OwnsGame (line 397) | private bool OwnsGame(uint id) method AddGame (line 402) | private void AddGame(uint id, string type) method AddGames (line 419) | private void AddGames() method AddDefaultGames (line 426) | private void AddDefaultGames() method OnTimer (line 431) | private void OnTimer(object sender, EventArgs e) method OnActivateGame (line 438) | private void OnActivateGame(object sender, EventArgs e) method OnRefresh (line 468) | private void OnRefresh(object sender, EventArgs e) method OnAddGame (line 474) | private void OnAddGame(object sender, EventArgs e) method OnFilterUpdate (line 509) | private void OnFilterUpdate(object sender, EventArgs e) method OnGameListViewDrawItem (line 517) | private void OnGameListViewDrawItem(object sender, DrawListViewItemEve... FILE: SAM.Picker/InvariantShorthand.cs class InvariantShorthand (line 27) | internal static class InvariantShorthand method _ (line 29) | public static string _(FormattableString formattable) FILE: SAM.Picker/LogoInfo.cs class LogoInfo (line 27) | internal class LogoInfo method LogoInfo (line 32) | public LogoInfo(uint id, Bitmap bitmap) FILE: SAM.Picker/MyListView.cs class MyListView (line 29) | internal class MyListView : ListView method MyListView (line 33) | public MyListView() method OnScroll (line 38) | protected virtual void OnScroll(ScrollEventArgs e) method WndProc (line 43) | protected override void WndProc(ref Message m) method TranslateKeyScrollEvent (line 68) | private static bool TranslateKeyScrollEvent(Keys keys, out ScrollEvent... class Win32 (line 113) | private static class Win32 method GetScrollPos (line 115) | [DllImport("user32.dll", SetLastError = true)] FILE: SAM.Picker/Program.cs class Program (line 28) | internal static class Program method Main (line 30) | [STAThread] FILE: SAM.Picker/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic...