264 lines
9.5 KiB
C#
264 lines
9.5 KiB
C#
using System;
|
|
using System.Text;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Valve.VR
|
|
{
|
|
// Token: 0x02000227 RID: 551
|
|
[Token(Token = "0x200008A")]
|
|
public class CVRApplications
|
|
{
|
|
// Token: 0x06000C1F RID: 3103 RVA: 0x00002201 File Offset: 0x00000401
|
|
[Token(Token = "0x60005AB")]
|
|
[Address(RVA = "0x5F4720", Offset = "0x5F3720", VA = "0x1805F4720")]
|
|
internal CVRApplications(IntPtr pInterface)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06000C20 RID: 3104 RVA: 0x00004C4C File Offset: 0x00002E4C
|
|
[Token(Token = "0x60005AC")]
|
|
[Address(RVA = "0x5F4170", Offset = "0x5F3170", VA = "0x1805F4170")]
|
|
public EVRApplicationError AddApplicationManifest(string pchApplicationManifestFullPath, bool bTemporary)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C21 RID: 3105 RVA: 0x00004C64 File Offset: 0x00002E64
|
|
[Token(Token = "0x60005AD")]
|
|
[Address(RVA = "0x5F46A0", Offset = "0x5F36A0", VA = "0x1805F46A0")]
|
|
public EVRApplicationError RemoveApplicationManifest(string pchApplicationManifestFullPath)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C22 RID: 3106 RVA: 0x00004C7C File Offset: 0x00002E7C
|
|
[Token(Token = "0x60005AE")]
|
|
[Address(RVA = "0x5F4580", Offset = "0x5F3580", VA = "0x1805F4580")]
|
|
public bool IsApplicationInstalled(string pchAppKey)
|
|
{
|
|
return default(bool);
|
|
}
|
|
|
|
// Token: 0x06000C23 RID: 3107 RVA: 0x00004C94 File Offset: 0x00002E94
|
|
[Token(Token = "0x60005AF")]
|
|
[Address(RVA = "0x5F41E0", Offset = "0x5F31E0", VA = "0x1805F41E0")]
|
|
public uint GetApplicationCount()
|
|
{
|
|
return 0U;
|
|
}
|
|
|
|
// Token: 0x06000C24 RID: 3108 RVA: 0x00004CAC File Offset: 0x00002EAC
|
|
[Token(Token = "0x60005B0")]
|
|
[Address(RVA = "0x5F4200", Offset = "0x5F3200", VA = "0x1805F4200")]
|
|
public EVRApplicationError GetApplicationKeyByIndex(uint unApplicationIndex, StringBuilder pchAppKeyBuffer, uint unAppKeyBufferLen)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C25 RID: 3109 RVA: 0x00004CC4 File Offset: 0x00002EC4
|
|
[Token(Token = "0x60005B1")]
|
|
[Address(RVA = "0x5F4230", Offset = "0x5F3230", VA = "0x1805F4230")]
|
|
public EVRApplicationError GetApplicationKeyByProcessId(uint unProcessId, StringBuilder pchAppKeyBuffer, uint unAppKeyBufferLen)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C26 RID: 3110 RVA: 0x00004CDC File Offset: 0x00002EDC
|
|
[Token(Token = "0x60005B2")]
|
|
[Address(RVA = "0x5F45C0", Offset = "0x5F35C0", VA = "0x1805F45C0")]
|
|
public EVRApplicationError LaunchApplication(string pchAppKey)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C27 RID: 3111 RVA: 0x00004CF4 File Offset: 0x00002EF4
|
|
[Token(Token = "0x60005B3")]
|
|
[Address(RVA = "0x5F4630", Offset = "0x5F3630", VA = "0x1805F4630")]
|
|
public EVRApplicationError LaunchTemplateApplication(string pchTemplateAppKey, string pchNewAppKey, AppOverrideKeys_t[] pKeys)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C28 RID: 3112 RVA: 0x00004D0C File Offset: 0x00002F0C
|
|
[Token(Token = "0x60005B4")]
|
|
[Address(RVA = "0x5F45A0", Offset = "0x5F35A0", VA = "0x1805F45A0")]
|
|
public EVRApplicationError LaunchApplicationFromMimeType(string pchMimeType, string pchArgs)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C29 RID: 3113 RVA: 0x00004D24 File Offset: 0x00002F24
|
|
[Token(Token = "0x60005B5")]
|
|
[Address(RVA = "0x5F45E0", Offset = "0x5F35E0", VA = "0x1805F45E0")]
|
|
public EVRApplicationError LaunchDashboardOverlay(string pchAppKey)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C2A RID: 3114 RVA: 0x00004D3C File Offset: 0x00002F3C
|
|
[Token(Token = "0x60005B6")]
|
|
[Address(RVA = "0x5F4190", Offset = "0x5F3190", VA = "0x1805F4190")]
|
|
public bool CancelApplicationLaunch(string pchAppKey)
|
|
{
|
|
return default(bool);
|
|
}
|
|
|
|
// Token: 0x06000C2B RID: 3115 RVA: 0x00004D54 File Offset: 0x00002F54
|
|
[Token(Token = "0x60005B7")]
|
|
[Address(RVA = "0x5F4560", Offset = "0x5F3560", VA = "0x1805F4560")]
|
|
public EVRApplicationError IdentifyApplication(uint unProcessId, string pchAppKey)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C2C RID: 3116 RVA: 0x00004D6C File Offset: 0x00002F6C
|
|
[Token(Token = "0x60005B8")]
|
|
[Address(RVA = "0x5F4290", Offset = "0x5F3290", VA = "0x1805F4290")]
|
|
public uint GetApplicationProcessId(string pchAppKey)
|
|
{
|
|
return 0U;
|
|
}
|
|
|
|
// Token: 0x06000C2D RID: 3117 RVA: 0x000021FE File Offset: 0x000003FE
|
|
[Token(Token = "0x60005B9")]
|
|
[Address(RVA = "0x5F4370", Offset = "0x5F3370", VA = "0x1805F4370")]
|
|
public string GetApplicationsErrorNameFromEnum(EVRApplicationError error)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06000C2E RID: 3118 RVA: 0x00004D84 File Offset: 0x00002F84
|
|
[Token(Token = "0x60005BA")]
|
|
[Address(RVA = "0x5F42E0", Offset = "0x5F32E0", VA = "0x1805F42E0")]
|
|
public uint GetApplicationPropertyString(string pchAppKey, EVRApplicationProperty eProperty, StringBuilder pchPropertyValueBuffer, uint unPropertyValueBufferLen, ref EVRApplicationError peError)
|
|
{
|
|
return 0U;
|
|
}
|
|
|
|
// Token: 0x06000C2F RID: 3119 RVA: 0x00004D9C File Offset: 0x00002F9C
|
|
[Token(Token = "0x60005BB")]
|
|
[Address(RVA = "0x5F42B0", Offset = "0x5F32B0", VA = "0x1805F42B0")]
|
|
public bool GetApplicationPropertyBool(string pchAppKey, EVRApplicationProperty eProperty, ref EVRApplicationError peError)
|
|
{
|
|
return default(bool);
|
|
}
|
|
|
|
// Token: 0x06000C30 RID: 3120 RVA: 0x00004DB4 File Offset: 0x00002FB4
|
|
[Token(Token = "0x60005BC")]
|
|
[Address(RVA = "0x5F4310", Offset = "0x5F3310", VA = "0x1805F4310")]
|
|
public ulong GetApplicationPropertyUint64(string pchAppKey, EVRApplicationProperty eProperty, ref EVRApplicationError peError)
|
|
{
|
|
return 0UL;
|
|
}
|
|
|
|
// Token: 0x06000C31 RID: 3121 RVA: 0x00004DCC File Offset: 0x00002FCC
|
|
[Token(Token = "0x60005BD")]
|
|
[Address(RVA = "0x5F46C0", Offset = "0x5F36C0", VA = "0x1805F46C0")]
|
|
public EVRApplicationError SetApplicationAutoLaunch(string pchAppKey, bool bAutoLaunch)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C32 RID: 3122 RVA: 0x00004DE4 File Offset: 0x00002FE4
|
|
[Token(Token = "0x60005BE")]
|
|
[Address(RVA = "0x5F41B0", Offset = "0x5F31B0", VA = "0x1805F41B0")]
|
|
public bool GetApplicationAutoLaunch(string pchAppKey)
|
|
{
|
|
return default(bool);
|
|
}
|
|
|
|
// Token: 0x06000C33 RID: 3123 RVA: 0x00004DFC File Offset: 0x00002FFC
|
|
[Token(Token = "0x60005BF")]
|
|
[Address(RVA = "0x5F46F0", Offset = "0x5F36F0", VA = "0x1805F46F0")]
|
|
public EVRApplicationError SetDefaultApplicationForMimeType(string pchAppKey, string pchMimeType)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C34 RID: 3124 RVA: 0x00004E14 File Offset: 0x00003014
|
|
[Token(Token = "0x60005C0")]
|
|
[Address(RVA = "0x5F4450", Offset = "0x5F3450", VA = "0x1805F4450")]
|
|
public bool GetDefaultApplicationForMimeType(string pchMimeType, StringBuilder pchAppKeyBuffer, uint unAppKeyBufferLen)
|
|
{
|
|
return default(bool);
|
|
}
|
|
|
|
// Token: 0x06000C35 RID: 3125 RVA: 0x00004E2C File Offset: 0x0000302C
|
|
[Token(Token = "0x60005C1")]
|
|
[Address(RVA = "0x5F4340", Offset = "0x5F3340", VA = "0x1805F4340")]
|
|
public bool GetApplicationSupportedMimeTypes(string pchAppKey, StringBuilder pchMimeTypesBuffer, uint unMimeTypesBuffer)
|
|
{
|
|
return default(bool);
|
|
}
|
|
|
|
// Token: 0x06000C36 RID: 3126 RVA: 0x00004E44 File Offset: 0x00003044
|
|
[Token(Token = "0x60005C2")]
|
|
[Address(RVA = "0x5F43F0", Offset = "0x5F33F0", VA = "0x1805F43F0")]
|
|
public uint GetApplicationsThatSupportMimeType(string pchMimeType, StringBuilder pchAppKeysThatSupportBuffer, uint unAppKeysThatSupportBuffer)
|
|
{
|
|
return 0U;
|
|
}
|
|
|
|
// Token: 0x06000C37 RID: 3127 RVA: 0x00004E5C File Offset: 0x0000305C
|
|
[Token(Token = "0x60005C3")]
|
|
[Address(RVA = "0x5F4260", Offset = "0x5F3260", VA = "0x1805F4260")]
|
|
public uint GetApplicationLaunchArguments(uint unHandle, StringBuilder pchArgs, uint unArgs)
|
|
{
|
|
return 0U;
|
|
}
|
|
|
|
// Token: 0x06000C38 RID: 3128 RVA: 0x00004E74 File Offset: 0x00003074
|
|
[Token(Token = "0x60005C4")]
|
|
[Address(RVA = "0x5F4530", Offset = "0x5F3530", VA = "0x1805F4530")]
|
|
public EVRApplicationError GetStartingApplication(StringBuilder pchAppKeyBuffer, uint unAppKeyBufferLen)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C39 RID: 3129 RVA: 0x00004E8C File Offset: 0x0000308C
|
|
[Token(Token = "0x60005C5")]
|
|
[Address(RVA = "0x5F4500", Offset = "0x5F3500", VA = "0x1805F4500")]
|
|
public EVRSceneApplicationState GetSceneApplicationState()
|
|
{
|
|
return EVRSceneApplicationState.None;
|
|
}
|
|
|
|
// Token: 0x06000C3A RID: 3130 RVA: 0x00004EA4 File Offset: 0x000030A4
|
|
[Token(Token = "0x60005C6")]
|
|
[Address(RVA = "0x5F4670", Offset = "0x5F3670", VA = "0x1805F4670")]
|
|
public EVRApplicationError PerformApplicationPrelaunchCheck(string pchAppKey)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C3B RID: 3131 RVA: 0x000021FE File Offset: 0x000003FE
|
|
[Token(Token = "0x60005C7")]
|
|
[Address(RVA = "0x5F4480", Offset = "0x5F3480", VA = "0x1805F4480")]
|
|
public string GetSceneApplicationStateNameFromEnum(EVRSceneApplicationState state)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06000C3C RID: 3132 RVA: 0x00004EBC File Offset: 0x000030BC
|
|
[Token(Token = "0x60005C8")]
|
|
[Address(RVA = "0x5F4600", Offset = "0x5F3600", VA = "0x1805F4600")]
|
|
public EVRApplicationError LaunchInternalProcess(string pchBinaryPath, string pchArguments, string pchWorkingDirectory)
|
|
{
|
|
return EVRApplicationError.None;
|
|
}
|
|
|
|
// Token: 0x06000C3D RID: 3133 RVA: 0x00004ED4 File Offset: 0x000030D4
|
|
[Token(Token = "0x60005C9")]
|
|
[Address(RVA = "0x5F4420", Offset = "0x5F3420", VA = "0x1805F4420")]
|
|
public uint GetCurrentSceneProcessId()
|
|
{
|
|
return 0U;
|
|
}
|
|
|
|
// Token: 0x04000411 RID: 1041
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x40003DD")]
|
|
private IVRApplications FnTable;
|
|
}
|
|
}
|