Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

77 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="BootMode" FullName="System.Windows.Forms.BootMode">
<TypeSignature Language="C#" Value="public enum BootMode" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This enumeration defines identifiers that represent the standard operating system startup modes.</para>
<para>This enumeration is used by the <see cref="P:System.Windows.Forms.SystemInformation.BootMode" /> property of the <see cref="T:System.Windows.Forms.SystemInformation" /> class.</para>
<para>The <see cref="F:System.Windows.Forms.BootMode.Normal" /> boot mode is the standard system startup mode. The <see cref="F:System.Windows.Forms.BootMode.FailSafe" /> boot mode is also called safe mode. The <see cref="F:System.Windows.Forms.BootMode.FailSafeWithNetwork" /> boot mode is also called safe mode with networking.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies the boot mode in which the system was started.</para>
</summary>
</Docs>
<Members>
<Member MemberName="FailSafe">
<MemberSignature Language="C#" Value="FailSafe" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.BootMode</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The computer was started in safe mode without network support. This mode uses a limited drivers and settings profile.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="FailSafeWithNetwork">
<MemberSignature Language="C#" Value="FailSafeWithNetwork" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.BootMode</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The computer was started in safe mode with network support. This mode uses a limited drivers and settings profile, and loads the services needed to start networking.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Normal">
<MemberSignature Language="C#" Value="Normal" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.BootMode</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The computer was started in the standard boot mode. This mode uses the normal drivers and settings for the system.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>