LLDB.BreakpointLocation.__CopyValue C# (CSharp) Method

__CopyValue() private static method

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