public static void* PinGCObjectAndGetAddress
(object target,
out ulong gcHandle);
설명
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.