Executor.ExecWait(String, TempFileCollection) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.