Home
last modified time | relevance | path

Searched refs:ExecWaitWithCapture (Results 1 – 19 of 19) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DExecutor.cs22 ExecWaitWithCapture(cmd, tempFiles, ref outputName, ref errorName); in ExecWait()
25 …public static int ExecWaitWithCapture(IntPtr userToken, string cmd, TempFileCollection tempFiles, … in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
26ExecWaitWithCapture(userToken, cmd, Environment.CurrentDirectory, tempFiles, ref outputName, ref e… in ExecWaitWithCapture()
28 …public static int ExecWaitWithCapture(string cmd, string currentDir, TempFileCollection tempFiles,… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
29ExecWaitWithCapture(IntPtr.Zero, cmd, currentDir, tempFiles, ref outputName, ref errorName); in ExecWaitWithCapture()
31 …public static int ExecWaitWithCapture(string cmd, TempFileCollection tempFiles, ref string outputN… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
32ExecWaitWithCapture(IntPtr.Zero, cmd, Environment.CurrentDirectory, tempFiles, ref outputName, ref… in ExecWaitWithCapture()
34 …public static int ExecWaitWithCapture(IntPtr userToken, string cmd, string currentDir, TempFileCol… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.CodeDom.Compiler/
H A DExecutor.cs75ExecWaitWithCapture (cmd, Environment.CurrentDirectory, tempFiles, ref outputName, ref errorName); in ExecWait()
80 …public static Int32 ExecWaitWithCapture (IntPtr userToken, string cmd, string currentDir, TempFile… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
88 …public static Int32 ExecWaitWithCapture (IntPtr userToken, string cmd, TempFileCollection tempFile… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
90 …return ExecWaitWithCapture (userToken, cmd, Environment.CurrentDirectory, tempFiles, ref outputNam… in ExecWaitWithCapture()
94 …public static Int32 ExecWaitWithCapture (string cmd, string currentDir, TempFileCollection tempFil… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
100 …public static Int32 ExecWaitWithCapture (string cmd, TempFileCollection tempFiles, ref string outp… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DExecutor.cs67 ExecWaitWithCapture(cmd, tempFiles, ref outputName, ref errorName); in ExecWait()
75 …public static int ExecWaitWithCapture(string cmd, TempFileCollection tempFiles, ref string outputN… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
76 …return ExecWaitWithCapture(null, cmd, Environment.CurrentDirectory, tempFiles, ref outputName, ref… in ExecWaitWithCapture()
84 …public static int ExecWaitWithCapture(string cmd, string currentDir, TempFileCollection tempFiles,… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
85 … return ExecWaitWithCapture(null, cmd, currentDir, tempFiles, ref outputName, ref errorName, null); in ExecWaitWithCapture()
93 …public static int ExecWaitWithCapture(IntPtr userToken, string cmd, TempFileCollection tempFiles, … in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
94 …return ExecWaitWithCapture(new SafeUserTokenHandle(userToken, false), cmd, Environment.CurrentDire… in ExecWaitWithCapture()
102 …public static int ExecWaitWithCapture(IntPtr userToken, string cmd, string currentDir, TempFileCol… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
103 …return ExecWaitWithCapture(new SafeUserTokenHandle(userToken, false), cmd, Environment.CurrentDire… in ExecWaitWithCapture()
111 …internal static int ExecWaitWithCapture(SafeUserTokenHandle userToken, string cmd, string currentD… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
H A DCodeCompiler.cs162 …nativeReturnValue = Executor.ExecWaitWithCapture(options.SafeUserToken, "\"" + fullname + "\" " + … in Compile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom.Compiler/
H A DExecutorTest.cs66 errcode = Executor.ExecWaitWithCapture (cmd, tfc, ref output, ref error); in FixtureSetUp()
117 public void ExecWaitWithCapture () in ExecWaitWithCapture() method in MonoTests.System.CodeDom.Compiler.ExecutorTest
125 …Assert.AreEqual (errcode, Executor.ExecWaitWithCapture (cmd, tfc, ref output, ref error), "ErrorCo… in ExecWaitWithCapture()
142 …Assert.AreEqual (errcode, Executor.ExecWaitWithCapture (cmd, cd, tfc, ref output, ref error), "Err… in ExecWaitWithCapture_CurrentDir()
160 …Assert.AreEqual (errcode, Executor.ExecWaitWithCapture (token, cmd, tfc, ref output, ref error), "… in ExecWaitWithCapture_Token()
177 …Assert.AreEqual (errcode, Executor.ExecWaitWithCapture (token, cmd, cd, tfc, ref output, ref error… in ExecWaitWithCapture_Token_CurrentDir()
H A DExecutorCas.cs86 unit.ExecWaitWithCapture (); in ReuseUnitTests_PermitOnly()
97 unit.ExecWaitWithCapture (); in ExecWaitWithCapture_Deny_FileIO()
105 unit.ExecWaitWithCapture (); in ExecWaitWithCapture_Deny_UnmanagedCode()
113 unit.ExecWaitWithCapture (); in ExecWaitWithCapture_Deny_Environment()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/ref/
H A DSystem.CodeDom.cs1134 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1135 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, Syst… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1136 …public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1137 …public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/csharp/
H A Dcsharpcodeprovider.cs3612 …nativeReturnValue = Executor.ExecWaitWithCapture(options.SafeUserToken, "\"" + fullname + "\" " + … in Compile()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs1864 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1867 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, Syst… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1869 …public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1871 …public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs1857 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1860 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, Syst… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1862 …public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1864 …public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs1657 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1660 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, Syst… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1662 …public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1664 …public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs1674 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1677 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, Syst… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1679 …public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1681 …public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs1674 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1677 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, Syst… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1679 …public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1681 …public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs1657 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1660 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, Syst… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1662 …public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1664 …public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs1657 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1660 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, Syst… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1662 …public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1664 …public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs1667 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1670 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, Syst… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1672 …public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1674 …public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs1895 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1896 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, Syst… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1897 …public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1898 …public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs1674 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1677 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, Syst… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1679 …public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1681 …public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs1886 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1887 …public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, Syst… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1888 …public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor
1889 …public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempF… in ExecWaitWithCapture() method in System.CodeDom.Compiler.Executor