Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ComActivationContextInternal.cs
Go to the documentation of this file.
1using System;
2
4
5[CLSCompliant(false)]
7{
8 public Guid ClassId;
9
11
12 public unsafe char* AssemblyPathBuffer;
13
14 public unsafe char* AssemblyNameBuffer;
15
16 public unsafe char* TypeNameBuffer;
17
19}