LLDB.Debugger.SetErrorFileHandle C# (CSharp) Method

SetErrorFileHandle() public method

public SetErrorFileHandle ( global f, bool transfer_ownership ) : void
f global
transfer_ownership bool
return void
        public void SetErrorFileHandle(global::System.IntPtr f, bool transfer_ownership)
        {
            var arg0 = f;
            Internal.SetErrorFileHandle_0((__Instance + __PointerAdjustment), arg0, transfer_ownership);
        }