__VSRESTARTTYPE Enumeration

 

Indicates the privilege level at which to start the process.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

public enum __VSRESTARTTYPE

Member nameDescription
RESTART_Elevated

Use elevated privileges.

RESTART_Normal

Use normal privileges.

Return to top
Show: