Executor.ExecWait(String, TempFileCollection) Metod

Definition

Kör kommandot med de angivna temporära filerna och väntar på att anropet ska returneras.

public:
 static void ExecWait(System::String ^ cmd, System::CodeDom::Compiler::TempFileCollection ^ tempFiles);
public static void ExecWait(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles);
static member ExecWait : string * System.CodeDom.Compiler.TempFileCollection -> unit
Public Shared Sub ExecWait (cmd As String, tempFiles As TempFileCollection)

Parametrar

cmd
String

Kommandot som ska köras.

tempFiles
TempFileCollection

En TempFileCollection som du kan hantera och lagra referenser till mellanliggande filer som genereras under kompilering.

Gäller för

Se även