__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)

Syntax

'Declaration
Public Enumeration __VSRESTARTTYPE
public enum __VSRESTARTTYPE
public enum class __VSRESTARTTYPE
type __VSRESTARTTYPE
public enum __VSRESTARTTYPE

Members

Member name Description
RESTART_Elevated Use elevated privileges.
RESTART_Normal Use normal privileges.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace