[corlib] Re-introduce Thread.Abort/Suspend/Resume, but make them throw NotSupportedEx...
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 24 Nov 2015 18:49:27 +0000 (19:49 +0100)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Wed, 25 Nov 2015 11:55:13 +0000 (12:55 +0100)
commit50791d90f42615d3ddd2251c08e25daaab9acce6
treeac4dc13aeb2a86820032fc8b369701cc6178ba29
parentbb50c3f3c943ea85d49df160d45f8edea0005d10
[corlib] Re-introduce Thread.Abort/Suspend/Resume, but make them throw NotSupportedException instead.

Re-introduce Thread.Abort/Suspend/Resume so that we don't have to
create separate PCL profiles.

Instead make them throw a NotSupportedException, and add an
[Obsolete (error: true)] attribute so that these methods can't
be used from source.
mcs/class/corlib/System.Threading/Thread.cs