public TClass GetIClientConfigStore <TClass>(Int32 hSteamUser, Int32 hSteamPipe) where TClass : InteropHelp.INativeWrapper, new() { return(InteropHelp.CastInterface <TClass>(this.GetFunction <NativeGetIClientConfigStoreIIS>(this.Functions.GetIClientConfigStore36)(this.ObjectAddress, hSteamUser, hSteamPipe, InterfaceVersions.GetInterfaceIdentifier(typeof(TClass))))); }
public TClass GetIClientNetworkDeviceManager <TClass>(Int32 hSteamUser, Int32 hSteamPipe) where TClass : InteropHelp.INativeWrapper, new() { return(InteropHelp.CastInterface <TClass>(this.GetFunction <NativeGetIClientNetworkDeviceManagerIIS>(this.Functions.GetIClientNetworkDeviceManager33)(this.ObjectAddress, hSteamUser, hSteamPipe, InterfaceVersions.GetInterfaceIdentifier(typeof(TClass))))); }
public TClass GetISteamRemoteStorage <TClass>(Int32 hSteamuser, Int32 hSteamPipe) where TClass : InteropHelp.INativeWrapper, new() { return(InteropHelp.CastInterface <TClass>(this.GetFunction <NativeGetISteamRemoteStorageIIS>(this.Functions.GetISteamRemoteStorage21)(this.ObjectAddress, hSteamuser, hSteamPipe, InterfaceVersions.GetInterfaceIdentifier(typeof(TClass))))); }
public TClass GetISteamMatchmakingServers <TClass>(Int32 hSteamUser, Int32 hSteamPipe) where TClass : InteropHelp.INativeWrapper, new() { return(InteropHelp.CastInterface <TClass>(this.GetFunction <NativeGetISteamMatchmakingServersIIS>(this.Functions.GetISteamMatchmakingServers13)(this.ObjectAddress, hSteamUser, hSteamPipe, InterfaceVersions.GetInterfaceIdentifier(typeof(TClass))))); }
public TClass GetIClientVR <TClass>( ) where TClass : InteropHelp.INativeWrapper, new() { return(InteropHelp.CastInterface <TClass>(this.GetFunction <NativeGetIClientVRS>(this.Functions.GetIClientVR56)(this.ObjectAddress, InterfaceVersions.GetInterfaceIdentifier(typeof(TClass))))); }
public TClass GetIClientRemoteControlManager <TClass>(Int32 hSteamPipe) where TClass : InteropHelp.INativeWrapper, new() { return(InteropHelp.CastInterface <TClass>(this.GetFunction <NativeGetIClientRemoteControlManagerIS>(this.Functions.GetIClientRemoteControlManager52)(this.ObjectAddress, hSteamPipe, InterfaceVersions.GetInterfaceIdentifier(typeof(TClass))))); }