Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/docs/apidocs/xml/en/System.Diagnostics/TraceSwitch.xml')
-rw-r--r--mcs/docs/apidocs/xml/en/System.Diagnostics/TraceSwitch.xml57
1 files changed, 0 insertions, 57 deletions
diff --git a/mcs/docs/apidocs/xml/en/System.Diagnostics/TraceSwitch.xml b/mcs/docs/apidocs/xml/en/System.Diagnostics/TraceSwitch.xml
deleted file mode 100644
index 51ba8e82ffe..00000000000
--- a/mcs/docs/apidocs/xml/en/System.Diagnostics/TraceSwitch.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
-<monodoc language="en">
- <class name="System.Diagnostics.TraceSwitch" assembly="System">
- <summary>
- Multi-level switch to provide tracing and debug output without
- recompiling.
- </summary>
- <remarks>TODO</remarks>
- <constructor name="TraceSwitch(System.String, System.String)">
- <summary>Initializes a new instance.</summary>
- <remarks>TODO</remarks>
- <param name="displayName">Name for the switch.</param>
- <param name="description">Description of the switch.</param>
- </constructor>
- <property name="Level">
- <summary>
- Gets or sets the trace level that specifies the messages to
- output for tracing and debugging.
- </summary>
- <remarks>TODO</remarks>
- <value>TODO</value>
- </property>
- <property name="TraceError">
- <summary>
- Gets a value indicating whether the Level is set to Error,
- Warning, Info, or Verbose.
- </summary>
- <remarks>TODO</remarks>
- <value>TODO</value>
- </property>
- <property name="TraceInfo">
- <summary>
- Gets a value indicating whether the Level is set to Info or
- Verbose.
- </summary>
- <remarks>TODO</remarks>
- <value>TODO</value>
- </property>
- <property name="TraceVerbose">
- <summary>
- Gets a value indicating whether the Level is set to Verbose.
- </summary>
- <remarks>TODO</remarks>
- <value>TODO</value>
- </property>
- <property name="TraceWarning">
- <summary>
- Gets a value indicating whether the Level is set to
- Warning, Info, or Verbose.
- </summary>
- <remarks>TODO</remarks>
- <value>TODO</value>
- </property>
- </class>
-</monodoc>
-