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:
authorAtsushi Eno <atsushieno@gmail.com>2007-11-13 14:51:37 +0300
committerAtsushi Eno <atsushieno@gmail.com>2007-11-13 14:51:37 +0300
commitc961accff50ea0f2eec28f53306abb35dcbfaae1 (patch)
treef19a69e91e798f0a69190a1ccf2e266d7f43b5ce /mcs/class/System/System.Diagnostics/Process.cs
parent63b1a04ec23038347bb9db04ebf743aa7d314cfd (diff)
2007-11-13 Atsushi Enomoto <atsushi@ximian.com>
* Process.cs : ... and it exposed some missing attributes. svn path=/trunk/mcs/; revision=89548
Diffstat (limited to 'mcs/class/System/System.Diagnostics/Process.cs')
-rw-r--r--mcs/class/System/System.Diagnostics/Process.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System/System.Diagnostics/Process.cs b/mcs/class/System/System.Diagnostics/Process.cs
index 76df18b87a3..179296aa8aa 100644
--- a/mcs/class/System/System.Diagnostics/Process.cs
+++ b/mcs/class/System/System.Diagnostics/Process.cs
@@ -523,6 +523,8 @@ namespace System.Diagnostics {
#if NET_2_0
[MonoNotSupported ("")]
+ [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
+ [MonitoringDescription ("The session ID for this process.")]
public int SessionId {
get { throw new NotImplementedException (); }
}