[corert] Import System.Threading.ThreadPoolBoundHandle
[mono.git] / mcs / class / corlib / corert / Interop.cs
1
2 using System;
3
4 internal partial class Interop
5 {
6         internal partial class mincore
7         {
8                 static mincore()
9                 {
10                         if (!Environment.IsRunningOnWindows)
11                                 throw new PlatformNotSupportedException();
12                 }
13         }
14 }