LLDB.Debugger.SetInputFileHandle C# (CSharp) Method

SetInputFileHandle() public method

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