LLDB.TypeNameSpecifier.__CopyValue C# (CSharp) Method

__CopyValue() private static method

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