Initial project state: .NET reference, design, Rust port (M0+M1), evidence
rust / build / test / clippy / fmt (push) Has been cancelled
rust / build / test / clippy / fmt (push) Has been cancelled
Layout:
- src/ .NET 10 x64 reference: MxNativeCodec, MxNativeClient,
MxAsbClient, probes, tests, harnesses. Executable spec.
- design/ Architectural plan for the Rust port (M0–M6), error
model, protocol invariants, risks (R1–R16), adversarial
review log (review.md).
- rust/ Rust workspace. M0 skeleton + M1 codec parity.
mxaccess-codec: 215 unit tests + 2 cross-implementation
parity tests (byte-identical against .NET reference).
Other crates are M0 stubs awaiting M2+.
- captures/ Frida + netsh + pcap evidence per CLAUDE.md
("captures are evidence, not throwaway logs").
- analysis/ Decompiled C# (frida/proxy/decompiled-*),
Ghidra exports for native DLLs (`exports/` only —
working state at `projects/` and AVEVA's input
binaries at `input/` are gitignored).
- docs/ Reverse-engineering reference docs.
- tools/ Setup-LiveProbeEnv.ps1 (Infisical credential fetcher),
Compute-Crc.ps1 (.NET parity helper).
- .github/workflows/ Rust CI: fmt + build + test + clippy on Windows.
- LICENSE MIT (Joseph Doherty, 2026).
Verified:
- cargo test --workspace → 217 passed (215 unit + 2 .NET parity), 0 failed
- cargo clippy --workspace -- -D warnings → clean
- cargo fmt --all -- --check → clean
- cargo publish --dry-run -p mxaccess-codec → packages cleanly
Excluded from history (see .gitignore):
- **/bin, **/obj, **/target — build artifacts
- analysis/ghidra/projects/ — Ghidra working state (regenerable)
- analysis/ghidra/input/ — AVEVA proprietary DLLs (vendor IP)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003FA0x6ea962a9;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 1)]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(64)]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _003Clambda0_003E
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 1)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY00_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 2)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY00_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 4)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY00Q6MPBXXZ
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 2)]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY01_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 8)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY01_0024_0024CBH
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 24)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY01_0024_0024CBU_ATL_INTMAP_ENTRY_0040ATL_0040_0040
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 4)]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY01_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 8)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY01Q6AXXZ
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 32)]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY01VCComVariant_0040ATL_0040_0040
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 3)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY02_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 6)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY02_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 3)]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY02D
|
||||
{
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 12)]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY02Q6AXXZ
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 4)]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY03_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 8)]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY03_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 16)]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY03Q6AXXZ
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 5)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY04_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 10)]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY04_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 5)]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY04D
|
||||
{
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 20)]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY04Q6AXXZ
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 6)]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY05_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 12)]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY05_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 6)]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY05D
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 7)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY06_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 14)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY06_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 28)]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY06PB_W
|
||||
{
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 28)]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY06Q6AXXZ
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 8)]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY07_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 16)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY07_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 8)]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY07D
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 9)]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY08_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 18)]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY08_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 36)]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY08Q6AXXZ
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 10)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY09_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 20)]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY09_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 40)]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY09Q6AXXZ
|
||||
{
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 1)]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0A_0040P6AHXZ
|
||||
{
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 1)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0A_0040P6AXXZ
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 16)]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BA_0040_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 32)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BA_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 64)]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BA_0040Q6AXXZ
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 256)]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BAA_0040D
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 512)]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BAA_0040_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 8192)]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BAAA_0040_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 260)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BAE_0040D
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 520)]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BAE_0040_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 522)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BAF_0040_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 524)]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BAG_0040_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 17)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BB_0040_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 34)]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BB_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 18)]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BC_0040_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 36)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BC_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 594)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BCJ_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 598)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BCL_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 19)]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BD_0040_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 38)]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BD_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 20)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BE_0040_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 40)]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BE_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 21)]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BF_0040_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 42)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BF_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 22)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BG_0040_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 23)]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BH_0040_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 24)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BI_0040_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 48)]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BI_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 25)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BJ_0040_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 50)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BJ_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 27)]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BL_0040_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 54)]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BL_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 28)]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BM_0040_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 29)]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BN_0040_0024_0024CBD
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 58)]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BN_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 60)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BO_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 62)]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0BP_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 64)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CA_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 32)]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CA_0040D
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 1024)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CAA_0040_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 1042)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CAJ_0040_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 68)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CC_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 70)]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CD_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 72)]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CE_0040_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 74)]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CF_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 78)]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CH_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 82)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CJ_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 84)]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CK_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 86)]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CL_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 88)]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CM_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 90)]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CN_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 92)]
|
||||
[MiscellaneousBits(65)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CO_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 94)]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0CP_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 96)]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0DA_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 98)]
|
||||
[UnsafeValueType]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0DB_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 100)]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0DC_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 102)]
|
||||
[DebugInfoInPDB]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0DD_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 104)]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0DE_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 106)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0DF_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 110)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0DH_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 112)]
|
||||
[MiscellaneousBits(65)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0DI_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 114)]
|
||||
[DebugInfoInPDB]
|
||||
[NativeCppClass]
|
||||
[UnsafeValueType]
|
||||
[MiscellaneousBits(65)]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0DJ_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualC;
|
||||
|
||||
namespace _003CCppImplementationDetails_003E;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 116)]
|
||||
[UnsafeValueType]
|
||||
[NativeCppClass]
|
||||
[MiscellaneousBits(65)]
|
||||
[DebugInfoInPDB]
|
||||
internal struct _0024ArrayType_0024_0024_0024BY0DK_0040_0024_0024CB_W
|
||||
{
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user