LLDB.Debugger.SetOutputFileHandle C# (CSharp) Method

SetOutputFileHandle() public method

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