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

Switch.xml « System.Diagnostics « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a7f1109c3d985f32cd8eccb147fadd24b53168b (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
<monodoc language="en">
    <class name="System.Diagnostics.Switch" assembly="System">
        <summary>
          Abstract base class to create new debugging and tracing switches.
        </summary>
        <remarks>TODO</remarks>
        <constructor name="Switch">
          <summary>Initialize a new instance.</summary>
          <remarks>TODO</remarks>
        </constructor>
        <property name="Description">
            <summary>Returns a description of the switch.</summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
        <property name="DisplayName">
            <summary>Returns a name used to identify the switch.</summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
        <property name="SwitchSetting">
            <summary>Gets or sets the current setting for this switch.</summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
        <method name="OnSwitchSettingChanged">
            <summary>Raises the SwitchSettingChanged event.</summary>
            <remarks>TODO</remarks>
        </method>
    </class>
</monodoc>