Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

UnsafeUtility.PinGCObjectAndGetAddress

public static void* PinGCObjectAndGetAddress(object target, out ulong gcHandle);

Description

Keeps a strong GC reference to the object and pins it. The object is guranteed to not move its memory location in a moving GC. Returns the address of the memory location of the object.

See Also: UnsafeUtility.ReleaseGCObject.

Did you find this page useful? Please give it a rating: