示例#1
0
        public static void Main(string[] args)
        {
            System.StringNormalizationExtensions.IsNormalized("hello");

            var os = System.Runtime.InteropServices.OSPlatform.OSX;

            var client = new System.Net.Http.HttpClient();

            // system.threading.overlapped
            var over = new System.Threading.PreAllocatedOverlapped(null, null, null);

            // codepages
            var provider = System.Text.CodePagesEncodingProvider.Instance;

            // compression
            var mode = System.IO.Compression.ZipArchiveMode.Create;

            Console.WriteLine(mode);
        }
 public unsafe System.Threading.NativeOverlapped *AllocateNativeOverlapped(System.Threading.PreAllocatedOverlapped preAllocated)
 {
     throw null;
 }
示例#3
0
 public unsafe System.Threading.NativeOverlapped *AllocateNativeOverlapped(System.Threading.PreAllocatedOverlapped preAllocated)
 {
     throw new PlatformNotSupportedException();
 }
 public unsafe System.Threading.NativeOverlapped *AllocateNativeOverlapped(System.Threading.PreAllocatedOverlapped preAllocated)
 {
     return(default(System.Threading.NativeOverlapped *));
 }