Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AsBstr

string System.Runtime.InteropServices.Variant.AsBstr
get

Definition at line 164 of file Variant.cs.

165 {
166 get
167 {
169 {
170 return null;
171 }
172 return Marshal.PtrToStringBSTR(_typeUnion._unionTypes._bstr);
173 }
174 }

Referenced by System.Runtime.InteropServices.Variant.ToObject().