File: Executor.xml

package info (click to toggle)
monodoc 1.1.18-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 58,432 kB
  • ctags: 4,991
  • sloc: xml: 718,392; cs: 38,337; sh: 3,172; perl: 554; makefile: 303
file content (151 lines) | stat: -rwxr-xr-x 7,445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<Type Name="Executor" FullName="System.CodeDom.Compiler.Executor">
  <TypeSignature Language="C#" Value="public sealed class Executor" Maintainer="auto" />
  <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>
    <AssemblyCulture>neutral</AssemblyCulture>
    <Attributes>
      <Attribute>
        <AttributeName>System.Resources.NeutralResourcesLanguageAttribute</AttributeName>
      </Attribute>
      <Attribute>
        <AttributeName>System.Resources.SatelliteContractVersionAttribute</AttributeName>
      </Attribute>
      <Attribute>
        <AttributeName>System.CLSCompliantAttribute</AttributeName>
      </Attribute>
      <Attribute>
        <AttributeName>System.Runtime.InteropServices.ComVisibleAttribute</AttributeName>
      </Attribute>
      <Attribute>
        <AttributeName>System.Security.AllowPartiallyTrustedCallersAttribute</AttributeName>
      </Attribute>
    </Attributes>
  </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>
  <Docs>
    <summary>To be added</summary>
    <remarks>To be added</remarks>
  </Docs>
  <Base>
    <BaseTypeName>System.Object</BaseTypeName>
  </Base>
  <Interfaces />
  <Attributes />
  <Members>
    <Member MemberName="ExecWait">
      <MemberSignature Language="C#" Value="public static void ExecWait (string cmd, TempFileCollection tempFiles);" />
      <MemberType>Method</MemberType>
      <ReturnValue>
        <ReturnType>System.Void</ReturnType>
      </ReturnValue>
      <Parameters>
		<Parameter Name="cmd" Type="System.String" />
		<Parameter Name="tempFiles" Type="System.CodeDom.Compiler.TempFileCollection" />
	</Parameters>
      <Docs>
        <summary>To be added</summary>
        <param name="cmd">To be added: an object of type 'string'</param>
        <param name="tempFiles">To be added: an object of type 'TempFileCollection'</param>
        <remarks>To be added</remarks>
      </Docs>
    </Member>
    <Member MemberName="ExecWaitWithCapture">
      <MemberSignature Language="C#" Value="public static int ExecWaitWithCapture (string cmd, TempFileCollection tempFiles, ref string outputName, ref string errorName);" />
      <MemberType>Method</MemberType>
      <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;" />
		<Parameter Name="errorName" Type="System.String&amp;" />
	</Parameters>
      <Docs>
        <summary>To be added</summary>
        <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>
        <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, TempFileCollection tempFiles, ref string outputName, ref string errorName);" />
      <MemberType>Method</MemberType>
      <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;" />
		<Parameter Name="errorName" Type="System.String&amp;" />
	</Parameters>
      <Docs>
        <summary>To be added</summary>
        <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>
        <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, TempFileCollection tempFiles, ref string outputName, ref string errorName);" />
      <MemberType>Method</MemberType>
      <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;" />
		<Parameter Name="errorName" Type="System.String&amp;" />
	</Parameters>
      <Docs>
        <summary>To be added</summary>
        <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>
        <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, TempFileCollection tempFiles, ref string outputName, ref string errorName);" />
      <MemberType>Method</MemberType>
      <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;" />
		<Parameter Name="errorName" Type="System.String&amp;" />
	</Parameters>
      <Docs>
        <summary>To be added</summary>
        <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>
        <returns>To be added: an object of type 'int'</returns>
        <remarks>To be added</remarks>
      </Docs>
    </Member>
  </Members>
</Type>