LLDB.Debugger.SetInputFileHandle C# (CSharp) Méthode

SetInputFileHandle() public méthode

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