Files
2026-04-08 23:40:05 +02:00

66 lines
2.0 KiB
C#

using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using CircuitsV2.Types;
using Cpp2IlInjected;
namespace CircuitsV2
{
// Token: 0x02000042 RID: 66
[Token(Token = "0x200002B")]
[StructLayout(3)]
public sealed class ClassFactoryProps
{
// Token: 0x06000215 RID: 533 RVA: 0x00002096 File Offset: 0x00000296
[Token(Token = "0x600018D")]
[Address(RVA = "0x1FF1D60", Offset = "0x1FF0760", VA = "0x181FF1D60")]
public ClassFactoryProps(Guid name, string friendlyName, IEnumerable<TypeParameterType> typeParameters)
{
}
// Token: 0x06000216 RID: 534 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x600018E")]
[Address(RVA = "0x1FF1B00", Offset = "0x1FF0500", VA = "0x181FF1B00")]
public ClassFactoryProps CProp(string name, CircuitTypeOrString type, GetSet getSet = GetSet.Get)
{
return null;
}
// Token: 0x06000217 RID: 535 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x600018F")]
[Address(RVA = "0x1FF1970", Offset = "0x1FF0370", VA = "0x181FF1970")]
public ClassFactoryFuncTypeParams CFunc(string name)
{
return null;
}
// Token: 0x06000218 RID: 536 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x6000190")]
[Address(RVA = "0x1FF1C90", Offset = "0x1FF0690", VA = "0x181FF1C90")]
public ClassType End()
{
return null;
}
// Token: 0x040000EF RID: 239
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000097")]
private readonly Guid name;
// Token: 0x040000F0 RID: 240
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
[Token(Token = "0x4000098")]
private readonly string friendlyName;
// Token: 0x040000F1 RID: 241
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
[Token(Token = "0x4000099")]
private readonly IEnumerable<TypeParameterType> typeParameters;
// Token: 0x040000F2 RID: 242
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
[Token(Token = "0x400009A")]
private readonly IList<KeyValuePair<string, Property>> properties;
}
}