Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Archival notice
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jul 26, 2023
1 parent 93de9b7 commit d974353
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# P/Invoke

[![Build Status](https://dev.azure.com/andrewarnott/OSS/_apis/build/status/dotnet.pinvoke?branchName=master)](https://dev.azure.com/andrewarnott/OSS/_build?definitionId=39&branchName=master)
[![Join the chat at https://gitter.im/dotnet/pinvoke](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/pinvoke?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
**⚠ NOTICE: [Check out CsWin32](https://github.com/dotnet/pinvoke/issues/565): A new, preferred approach for Win32 p/invokes now exists for C# developers.**

This repo is no longer maintained.

---

A collection of libraries intended to contain all P/Invoke method signatures for popular operating systems.
Think of it as https://pinvoke.net, but proven to compile and work properly, and often
Expand All @@ -15,8 +18,6 @@ Special Windows Store targeted assemblies omit p/invoke signatures to banned API

This project is supported by the [.NET Foundation](https://dotnetfoundation.org).

**⚠ NOTICE: A new, preferred approach for Win32 p/invokes now exists for C# developers. [Check it out](https://github.com/dotnet/pinvoke/issues/565).**

## Usage

Install the NuGet package(s) for the DLLs you want to P/Invoke into.
Expand Down

0 comments on commit d974353

Please sign in to comment.