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

SetErrorFileHandle() public méthode

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