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

◆ IsThrowOn()

static bool System.StubHelpers.AsAnyMarshaler.IsThrowOn ( int dwFlags)
inlinestaticprivate

Definition at line 41 of file AsAnyMarshaler.cs.

42 {
43 return (dwFlags & 0xFF00) != 0;
44 }

Referenced by System.StubHelpers.AsAnyMarshaler.ConvertArrayToNative(), and System.StubHelpers.AsAnyMarshaler.ConvertStringBuilderToNative().