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

Context.xml « System.Runtime.Remoting.Contexts « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c300f6fdbb3a10b03f05f776656c642010db8581 (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.Runtime.Remoting.Contexts.Context" assembly="corlib">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <constructor name="Context">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
        </constructor>
        <property name="DefaultContext">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
        <property name="ContextID">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
        <method name="GetProperty(System.String)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="name">TODO</param>
            <returns>TODO</returns>
        </method>
        <method name="SetProperty(System.Runtime.Remoting.Contexts.IContextProperty)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="prop">TODO</param>
            <returns>TODO</returns>
        </method>
    </class>
</monodoc>