LAUNCH_FLAGS
Specifica i flag di avvio del debug.
Sintassi
public enum enum_LAUNCH_FLAGS {
LAUNCH_DEBUG = 0x0000,
LAUNCH_NODEBUG = 0x0001,
LAUNCH_ENABLE_ENC = 0x0002,
LAUNCH_MERGE_ENV = 0x0004
};
Campi
LAUNCH_DEBUG
Avvia il processo per il debug.
LAUNCH_NODEBUG
Avvia il processo senza eseguirne il debug.
LAUNCH_ENABLE_ENC
DEPRECATO, NON U edizione Standard.
LAUNCH_MERGE_ENV
Avvia il processo e unisce l'ambiente all'host di avvio.
Osservazioni:
Questi valori vengono passati come argomento al metodo LaunchSuspended .
Questi flag possono essere combinati con un bit per OR
bit.
Requisiti
Intestazione: msdbg.h
Spazio dei nomi: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll