LLDB.ModuleSpecList.__CopyValue C# (CSharp) Method

__CopyValue() private static method

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