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

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2020-10-26 17:36:34 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2020-10-26 17:36:34 +0300
commite27785870f49b0c79b9339f3a3e403fc500d0095 (patch)
tree37050c5ee1c3812db3358c278ea73faccf8ea265
parente5437793641ad6045621446b49e66258e5afc303 (diff)
Apply changes from https://github.com/mono/mono/pull/20504 to API snapshot
-rw-r--r--profiles/monodroid/System.cs1
-rw-r--r--profiles/monotouch/System.cs1
-rw-r--r--profiles/net_4_x/System.cs1
3 files changed, 0 insertions, 3 deletions
diff --git a/profiles/monodroid/System.cs b/profiles/monodroid/System.cs
index e52ae13..8bfceb5 100644
--- a/profiles/monodroid/System.cs
+++ b/profiles/monodroid/System.cs
@@ -4012,7 +4012,6 @@ namespace System.Diagnostics
public System.Diagnostics.ProcessModule MainModule { get { throw null; } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("The handle of the main window of the process.")]
- [System.MonoTODOAttribute]
public System.IntPtr MainWindowHandle { get { throw null; } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("The title of the main window of the process.")]
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index 2c9ad44..90c7ba7 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -4015,7 +4015,6 @@ namespace System.Diagnostics
public System.Diagnostics.ProcessModule MainModule { get { throw null; } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("The handle of the main window of the process.")]
- [System.MonoTODOAttribute]
public System.IntPtr MainWindowHandle { get { throw null; } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("The title of the main window of the process.")]
diff --git a/profiles/net_4_x/System.cs b/profiles/net_4_x/System.cs
index f335934..d096b33 100644
--- a/profiles/net_4_x/System.cs
+++ b/profiles/net_4_x/System.cs
@@ -6546,7 +6546,6 @@ namespace System.Diagnostics
public System.Diagnostics.ProcessModule MainModule { get { throw null; } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("The handle of the main window of the process.")]
- [System.MonoTODOAttribute]
public System.IntPtr MainWindowHandle { get { throw null; } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("The title of the main window of the process.")]