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

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

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