Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ExpandoToDispatchExMarshaler.cs
Go to the documentation of this file.
2
4{
6
7 public static ICustomMarshaler GetInstance(string cookie)
8 {
10 }
11
13 {
14 }
15
16 public void CleanUpManagedData(object ManagedObj)
17 {
18 }
19
20 public void CleanUpNativeData(IntPtr pNativeData)
21 {
22 }
23
24 public int GetNativeDataSize()
25 {
26 return -1;
27 }
28
33
38}
static string PlatformNotSupported_IExpando
Definition SR.cs:1802
Definition SR.cs:7