LLDB.Debugger.__CopyValue C# (CSharp) 메소드

__CopyValue() 개인적인 정적인 메소드

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