LLDB.Target.__CopyValue C# (CSharp) Method

__CopyValue() private static method

private static __CopyValue ( Target native ) : void*
native Target
return void*
        private static void* __CopyValue(Target.Internal native)
        {
            var ret = Marshal.AllocHGlobal(8);
            LLDB.Target.Internal.cctor_1(ret, new global::System.IntPtr(&native));
            return ret.ToPointer();
        }