<Type Name="Executor" FullName="System.CodeDom.Compiler.Executor">
  <TypeSignature Language="C#" Value="public static class Executor" Maintainer="auto" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit Executor extends System.Object" />
  <AssemblyInfo>
    <AssemblyName>System</AssemblyName>
    <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
    <AssemblyVersion>1.0.3300.0</AssemblyVersion>
    <AssemblyVersion>1.0.5000.0</AssemblyVersion>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
  <Base>
    <BaseTypeName>System.Object</BaseTypeName>
  </Base>
  <Interfaces />
  <Docs>
    <summary>To be added</summary>
    <remarks>To be added</remarks>
  </Docs>
  <Members>
    <Member MemberName="ExecWait">
      <MemberSignature Language="C#" Value="public static void ExecWait (string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles);" />
      <MemberSignature Language="ILAsm" Value=".method public static hidebysig void ExecWait(string cmd, class System.CodeDom.Compiler.TempFileCollection tempFiles) cil managed" />
      <MemberType>Method</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Void</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="cmd" Type="System.String" />
        <Parameter Name="tempFiles" Type="System.CodeDom.Compiler.TempFileCollection" />
      </Parameters>
      <Docs>
        <param name="cmd">To be added: an object of type 'string'</param>
        <param name="tempFiles">To be added: an object of type 'TempFileCollection'</param>
        <summary>To be added</summary>
        <remarks>To be added</remarks>
      </Docs>
    </Member>
    <Member MemberName="ExecWaitWithCapture">
      <MemberSignature Language="C#" Value="public static int ExecWaitWithCapture (string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName);" />
      <MemberSignature Language="ILAsm" Value=".method public static hidebysig int32 ExecWaitWithCapture(string cmd, class System.CodeDom.Compiler.TempFileCollection tempFiles, string outputName, string errorName) cil managed" />
      <MemberType>Method</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Int32</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="cmd" Type="System.String" />
        <Parameter Name="tempFiles" Type="System.CodeDom.Compiler.TempFileCollection" />
        <Parameter Name="outputName" Type="System.String&amp;" RefType="ref" />
        <Parameter Name="errorName" Type="System.String&amp;" RefType="ref" />
      </Parameters>
      <Docs>
        <param name="cmd">To be added: an object of type 'string'</param>
        <param name="tempFiles">To be added: an object of type 'TempFileCollection'</param>
        <param name="outputName">To be added: an object of type 'string&amp;'</param>
        <param name="errorName">To be added: an object of type 'string&amp;'</param>
        <summary>To be added</summary>
        <returns>To be added: an object of type 'int'</returns>
        <remarks>To be added</remarks>
      </Docs>
    </Member>
    <Member MemberName="ExecWaitWithCapture">
      <MemberSignature Language="C#" Value="public static int ExecWaitWithCapture (IntPtr userToken, string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName);" />
      <MemberSignature Language="ILAsm" Value=".method public static hidebysig int32 ExecWaitWithCapture(native int userToken, string cmd, class System.CodeDom.Compiler.TempFileCollection tempFiles, string outputName, string errorName) cil managed" />
      <MemberType>Method</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Int32</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="userToken" Type="System.IntPtr" />
        <Parameter Name="cmd" Type="System.String" />
        <Parameter Name="tempFiles" Type="System.CodeDom.Compiler.TempFileCollection" />
        <Parameter Name="outputName" Type="System.String&amp;" RefType="ref" />
        <Parameter Name="errorName" Type="System.String&amp;" RefType="ref" />
      </Parameters>
      <Docs>
        <param name="userToken">To be added: an object of type 'IntPtr'</param>
        <param name="cmd">To be added: an object of type 'string'</param>
        <param name="tempFiles">To be added: an object of type 'TempFileCollection'</param>
        <param name="outputName">To be added: an object of type 'string&amp;'</param>
        <param name="errorName">To be added: an object of type 'string&amp;'</param>
        <summary>To be added</summary>
        <returns>To be added: an object of type 'int'</returns>
        <remarks>To be added</remarks>
      </Docs>
    </Member>
    <Member MemberName="ExecWaitWithCapture">
      <MemberSignature Language="C#" Value="public static int ExecWaitWithCapture (string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName);" />
      <MemberSignature Language="ILAsm" Value=".method public static hidebysig int32 ExecWaitWithCapture(string cmd, string currentDir, class System.CodeDom.Compiler.TempFileCollection tempFiles, string outputName, string errorName) cil managed" />
      <MemberType>Method</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Int32</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="cmd" Type="System.String" />
        <Parameter Name="currentDir" Type="System.String" />
        <Parameter Name="tempFiles" Type="System.CodeDom.Compiler.TempFileCollection" />
        <Parameter Name="outputName" Type="System.String&amp;" RefType="ref" />
        <Parameter Name="errorName" Type="System.String&amp;" RefType="ref" />
      </Parameters>
      <Docs>
        <param name="cmd">To be added: an object of type 'string'</param>
        <param name="currentDir">To be added: an object of type 'string'</param>
        <param name="tempFiles">To be added: an object of type 'TempFileCollection'</param>
        <param name="outputName">To be added: an object of type 'string&amp;'</param>
        <param name="errorName">To be added: an object of type 'string&amp;'</param>
        <summary>To be added</summary>
        <returns>To be added: an object of type 'int'</returns>
        <remarks>To be added</remarks>
      </Docs>
    </Member>
    <Member MemberName="ExecWaitWithCapture">
      <MemberSignature Language="C#" Value="public static int ExecWaitWithCapture (IntPtr userToken, string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName);" />
      <MemberSignature Language="ILAsm" Value=".method public static hidebysig int32 ExecWaitWithCapture(native int userToken, string cmd, string currentDir, class System.CodeDom.Compiler.TempFileCollection tempFiles, string outputName, string errorName) cil managed" />
      <MemberType>Method</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Int32</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="userToken" Type="System.IntPtr" />
        <Parameter Name="cmd" Type="System.String" />
        <Parameter Name="currentDir" Type="System.String" />
        <Parameter Name="tempFiles" Type="System.CodeDom.Compiler.TempFileCollection" />
        <Parameter Name="outputName" Type="System.String&amp;" RefType="ref" />
        <Parameter Name="errorName" Type="System.String&amp;" RefType="ref" />
      </Parameters>
      <Docs>
        <param name="userToken">To be added: an object of type 'IntPtr'</param>
        <param name="cmd">To be added: an object of type 'string'</param>
        <param name="currentDir">To be added: an object of type 'string'</param>
        <param name="tempFiles">To be added: an object of type 'TempFileCollection'</param>
        <param name="outputName">To be added: an object of type 'string&amp;'</param>
        <param name="errorName">To be added: an object of type 'string&amp;'</param>
        <summary>To be added</summary>
        <returns>To be added: an object of type 'int'</returns>
        <remarks>To be added</remarks>
      </Docs>
    </Member>
  </Members>
</Type>
