LLDB.ExpressionOptions.__CopyValue C# (CSharp) Method

__CopyValue() private static method

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