forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAlertLevel.xml
50 lines (50 loc) · 1.99 KB
/
AlertLevel.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<Type Name="AlertLevel" FullName="Mono.Security.Interface.AlertLevel">
<TypeSignature Language="C#" Value="public enum AlertLevel" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed AlertLevel extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Mono.Security.Interface.AlertLevel" />
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Fatal">
<MemberSignature Language="C#" Value="Fatal" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Mono.Security.Interface.AlertLevel Fatal = unsigned int8(2)" />
<MemberSignature Language="DocId" Value="F:Mono.Security.Interface.AlertLevel.Fatal" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Mono.Security.Interface.AlertLevel</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
</Docs>
</Member>
<Member MemberName="Warning">
<MemberSignature Language="C#" Value="Warning" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Mono.Security.Interface.AlertLevel Warning = unsigned int8(1)" />
<MemberSignature Language="DocId" Value="F:Mono.Security.Interface.AlertLevel.Warning" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Mono.Security.Interface.AlertLevel</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
</Docs>
</Member>
</Members>
</Type>