DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files (x86)/Reference Assemblies/Microsoft/Framework/v3.5/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /Program Files (x86)/Reference Assemblies/Microsoft/Framework/v3.5/System.Windows.Presentation.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>System.Windows.Presentation</name>
  </assembly>
  <members>
    <member name="T:System.Windows.Threading.DispatcherExtensions">
      <summary>
                    Provides a set of static methods that extend the <see cref="T:System.Windows.Threading.Dispatcher" /> class.
                </summary>
    </member>
    <member name="M:System.Windows.Threading.DispatcherExtensions.BeginInvoke(System.Windows.Threading.Dispatcher,System.Action)">
      <summary>
                    Executes the specified delegate asynchronously with normal priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.
                </summary>
      <param name="dispatcher">
                    The dispatcher that executes the delegate.
                </param>
      <param name="action">
                    The delegate to execute, which takes no arguments and does not return a value.
                </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="action" /> is null. 
                </exception>
    </member>
    <member name="M:System.Windows.Threading.DispatcherExtensions.BeginInvoke(System.Windows.Threading.Dispatcher,System.Action,System.Windows.Threading.DispatcherPriority)">
      <summary>
                    Executes the specified delegate asynchronously with the specified priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.
                </summary>
      <param name="dispatcher">
                    The dispatcher that executes the delegate.
                </param>
      <param name="action">
                    The delegate to execute, which takes no arguments and does not return a value.
                </param>
      <param name="priority">
                    The execution priority of the delegate relative to other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue. 
                </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="action" /> is null. 
                </exception>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
        <paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.
                </exception>
    </member>
    <member name="M:System.Windows.Threading.DispatcherExtensions.Invoke(System.Windows.Threading.Dispatcher,System.Action)">
      <summary>
                    Executes the specified delegate synchronously with normal priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.
                </summary>
      <param name="dispatcher">
                    The dispatcher that executes the delegate.
                </param>
      <param name="action">
                    The delegate to execute, which takes no arguments and does not return a value.
                </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="action" /> is null. 
                </exception>
    </member>
    <member name="M:System.Windows.Threading.DispatcherExtensions.Invoke(System.Windows.Threading.Dispatcher,System.Action,System.TimeSpan)">
      <summary>
                    Executes the specified delegate synchronously on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on, and stops execution after the specified time-out period. 
                </summary>
      <param name="dispatcher">
                    The dispatcher that executes the delegate.
                </param>
      <param name="action">
                    The delegate to execute, which takes no arguments and does not return a value.
                </param>
      <param name="timeout">
                    The maximum time to wait for the operation to finish.
                </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="action" /> is null. 
                </exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.
                </exception>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
        <paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.
                </exception>
    </member>
    <member name="M:System.Windows.Threading.DispatcherExtensions.Invoke(System.Windows.Threading.Dispatcher,System.Action,System.TimeSpan,System.Windows.Threading.DispatcherPriority)">
      <summary>
                    Executes the specified delegate synchronously with the specified priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on, and stops execution after the specified time-out period.
                </summary>
      <param name="dispatcher">
                    The dispatcher that executes the delegate.
                </param>
      <param name="action">
                    The delegate to execute, which takes no arguments and does not return a value.
                </param>
      <param name="timeout">
                    The maximum time to wait for the operation to finish.
                </param>
      <param name="priority">
                    The execution priority of the delegate relative to other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue. 
                </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="action" /> is null. 
                </exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.
                </exception>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
        <paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.
                </exception>
    </member>
    <member name="M:System.Windows.Threading.DispatcherExtensions.Invoke(System.Windows.Threading.Dispatcher,System.Action,System.Windows.Threading.DispatcherPriority)">
      <summary>
                    Executes the specified delegate synchronously with the specified priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.
                </summary>
      <param name="dispatcher">
                    The dispatcher that executes the delegate.
                </param>
      <param name="action">
                    The delegate to execute, which takes no arguments and does not return a value.
                </param>
      <param name="priority">
                    The execution priority of the delegate relative to other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue. 
                </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="action" /> is null. 
                </exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.
                </exception>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
        <paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.
                </exception>
    </member>
    <member name="T:System.AddIn.Pipeline.FrameworkElementAdapters">
      <summary>
        <see cref="T:System.AddIn.Pipeline.FrameworkElementAdapters" /> is used by Windows Presentation Foundation (WPF) add-ins to convert between a <see cref="T:System.Windows.FrameworkElement" /> and an <see cref="T:System.AddIn.Contract.INativeHandleContract" />.
                </summary>
    </member>
    <member name="M:System.AddIn.Pipeline.FrameworkElementAdapters.ContractToViewAdapter(System.AddIn.Contract.INativeHandleContract)">
      <summary>
                    Returns a <see cref="T:System.Windows.FrameworkElement" /> that has been converted from an <see cref="T:System.AddIn.Contract.INativeHandleContract" />.
                </summary>
      <returns>
                    A <see cref="T:System.Windows.FrameworkElement" /> that will be displayed from either the host application or add-in, depending on the direction in which the UI is passed between the two.
                </returns>
      <param name="nativeHandleContract">
                    The <see cref="T:System.AddIn.Contract.INativeHandleContract" /> that was passed across the isolation boundary between the host application and the add-in.
                </param>
    </member>
    <member name="M:System.AddIn.Pipeline.FrameworkElementAdapters.ViewToContractAdapter(System.Windows.FrameworkElement)">
      <summary>
                    Returns an <see cref="T:System.AddIn.Contract.INativeHandleContract" /> that has been converted from a <see cref="T:System.Windows.FrameworkElement" />.
                </summary>
      <returns>
                    An <see cref="T:System.AddIn.Contract.INativeHandleContract" /> that is passed from either the host application or the add-in, depending on the direction in which the UI is passed between the two.
                </returns>
      <param name="root">
                    The <see cref="T:System.Windows.FrameworkElement" /> to be passed across the isolation boundary between the host application and the add-in.
                </param>
      <exception cref="T:System.InvalidOperationException">
        <paramref name="root" /> is not the root element of a tree of elements.
                </exception>
    </member>
  </members>
</doc>

Anon7 - 2022
AnonSec Team