LLDB.TypeList.__CopyValue C# (CSharp) Méthode

__CopyValue() private static méthode

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