Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement NamedPipeClientStream in the unityaot profile (case 1159863) #1192

Merged
merged 1 commit into from
Jun 5, 2019

Commits on Jun 5, 2019

  1. Implement NamedPipeClientStream in the unityaot profile (case 1159863)

    This change builds the class library code to implement the
    `NamedPipeClientStream` class in the unityaot profile on Windows. For
    the time being, we will not implement this class for non-Windows
    platforms, since that requires the Mono.Posix.dll assembly and a native
    library as well.
    
    We may consider adding support on Posix platforms in the future.
    Josh Peterson committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    6ea53bf View commit details
    Browse the repository at this point in the history