Esempio n. 1
0
 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)))));
 }
Esempio n. 2
0
 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)))));
 }
Esempio n. 3
0
 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)))));
 }
Esempio n. 4
0
 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)))));
 }
Esempio n. 5
0
 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)))));
 }
Esempio n. 6
0
 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)))));
 }