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

◆ ThrowCriticalHandleFieldChanged()

static void System.StubHelpers.HandleMarshaler.ThrowCriticalHandleFieldChanged ( )
inlinestaticpackage

Definition at line 26 of file HandleMarshaler.cs.

27 {
28 throw new NotSupportedException(SR.Interop_Marshal_CannotCreateCriticalHandleField);
29 }

References System.SR.Interop_Marshal_CannotCreateCriticalHandleField.